File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 77 - BOARD="arduino:samd:mkrwifi1010"
88 - env :
99 - BOARD="arduino:samd:mkrgsm1400"
10+ - env :
11+ - BOARD="arduino:samd:mkrwan1300"
1012 - env :
1113 - BOARD="esp8266:esp8266:huzzah"
1214 - env :
@@ -82,7 +84,7 @@ install:
8284 - ln -s $PWD $HOME/Arduino/libraries/.
8385script :
8486 - |
85- if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ] || [ "$BOARD" == "arduino:samd:mkrgsm1400" ]; then
87+ if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ] || [ "$BOARD" == "arduino:samd:mkrgsm1400" ] || [ "$BOARD" == "arduino:samd:mkrwan1300" ] ; then
8688 buildExampleSketch ArduinoIoTCloud_LED_switch;
8789 buildExampleSketch ArduinoIoTCloud_Travis_CI;
8890 buildExampleUtilitySketch Provisioning;
You can’t perform that action at this time.
0 commit comments