mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Only define WIICAMERA for WiiIRCamera example
This commit is contained in:
parent
d9b32ad745
commit
8f44b62470
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ env:
|
||||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPPMulti
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPPMulti
|
||||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/Wii
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/Wii
|
||||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiBalanceBoard
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiBalanceBoard
|
||||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera PLATFORMIO_BUILD_FLAGS="-DWIICAMERA"
|
||||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiMulti
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiMulti
|
||||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiUProController
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiUProController
|
||||||
- PLATFORMIO_CI_SRC=examples/board_qc
|
- PLATFORMIO_CI_SRC=examples/board_qc
|
||||||
|
@ -63,7 +63,7 @@ env:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U platformio
|
- pip install -U platformio
|
||||||
- export PLATFORMIO_BUILD_FLAGS="-DDEBUG_USB_HOST -DWIICAMERA -Wall -Werror -Wno-unused-function"
|
- export PLATFORMIO_BUILD_FLAGS="$PLATFORMIO_BUILD_FLAGS -DDEBUG_USB_HOST -Wall -Werror -Wno-unused-function"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Libraries from PlatformIO Library Registry:
|
# Libraries from PlatformIO Library Registry:
|
||||||
|
|
Loading…
Reference in a new issue