mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Do not compile the Wii.ino example on the Arduino Uno, as it will not fit
This commit is contained in:
parent
1121d8d9ad
commit
96aae6667b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ env:
|
|||
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS4BT
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPP
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/SPPMulti
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/Wii
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/Wii SKIP_UNO=true
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiBalanceBoard SKIP_UNO=true
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiIRCamera PLATFORMIO_BUILD_FLAGS="-DWIICAMERA" SKIP_UNO=true
|
||||
- PLATFORMIO_CI_SRC=examples/Bluetooth/WiiMulti SKIP_UNO=true
|
||||
|
|
Loading…
Reference in a new issue