Skip to content

Commit 30eacf5

Browse files
committed
Moving cloud blink examples used for the getting started flow on Arduino Create into the 'utility' subfolder
1 parent c354b6e commit 30eacf5

File tree

9 files changed

+9
-3
lines changed

9 files changed

+9
-3
lines changed

.travis.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,22 @@ script:
9393
- |
9494
if [ "$BOARD" == "arduino:samd:mkr1000" ] || [ "$BOARD" == "arduino:samd:mkrwifi1010" ]; then
9595
buildSketch \
96-
"WiFi_Cloud_Blink" \
96+
"utility/WiFi_Cloud_Blink" \
9797
"MultiValue_example"
9898
fi
9999
- |
100100
if [ "$BOARD" == "arduino:samd:mkrgsm1400" ]; then
101-
buildSketch "GSM_Cloud_Blink"
101+
buildSketch "utility/GSM_Cloud_Blink"
102+
fi
103+
- |
104+
if [ "$BOARD" == "arduino:samd:mkrnb1500" ]; then
105+
buildSketch "utility/NB_Cloud_Blink"
102106
fi
103107
- |
104108
if [ "$BOARD" == "esp8266:esp8266:huzzah" ]; then
105-
buildSketch "ArduinoIoTCloud_ESP8266"
109+
buildSketch \
110+
"ArduinoIoTCloud_ESP8266" \
111+
"utility/WiFi_Cloud_Blink_with_security_credentials"
106112
fi
107113
notifications:
108114
webhooks:

0 commit comments

Comments
 (0)