mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Try to enable serial debugging in Travis again
This commit is contained in:
parent
36c99442b0
commit
fc0f7ead5d
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ env:
|
|||
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPPMulti
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/Wii
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiBalanceBoard
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera PLATFORMIO_BUILD_FLAGS="-DWIICAMERA"
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiMulti
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiUProController
|
||||
- PLATFORMIO_CI_SRC=examples/board_qc
|
||||
|
@ -55,6 +55,7 @@ env:
|
|||
|
||||
install:
|
||||
- pip install -U platformio
|
||||
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA"
|
||||
|
||||
#
|
||||
# Libraries from PlatformIO Library Registry:
|
||||
|
|
Loading…
Reference in a new issue