Merge pull request #40 from ivankravets/patch-1
Disable "PiGateway_withLCD.ino" example
This commit is contained in:
commit
4039727bab
|
|
@ -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