Disable "PiGateway_withLCD.ino" example
This commit is contained in:
parent
f941b05f09
commit
c63c2f7219
|
|
@ -21,7 +21,7 @@ env:
|
|||
- PLATFORMIO_CI_SRC=Examples/Node
|
||||
- PLATFORMIO_CI_SRC=Examples/OLEDMote
|
||||
- PLATFORMIO_CI_SRC=Examples/PiGateway/PiGateway.ino
|
||||
- PLATFORMIO_CI_SRC=Examples/PiGateway/PiGateway_withLCD.ino
|
||||
# - PLATFORMIO_CI_SRC=Examples/PiGateway/PiGateway_withLCD.ino
|
||||
- PLATFORMIO_CI_SRC=Examples/PulseMeter
|
||||
- PLATFORMIO_CI_SRC=Examples/RandomNumbers
|
||||
- PLATFORMIO_CI_SRC=Examples/SonarMote/SonarMote_DistanceReader/SonarMote_DistanceReader.ino
|
||||
|
|
@ -58,4 +58,4 @@ install:
|
|||
|
||||
script:
|
||||
#- platformio ci --board=moteino --lib=. --lib="/tmp/LCD_C0220BIZ"
|
||||
- platformio ci --board=moteino --lib=.
|
||||
- platformio ci --board=moteino --lib=.
|
||||
|
|
|
|||
Loading…
Reference in New Issue