Skip to content

Commit 8044e7a

Browse files
authored
Update build-arduino.sh
1 parent 0f64273 commit 8044e7a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/build-arduino.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ for f in **/AVR_*.ino ; do
3636
arduino-cli compile -b arduino:avr:uno $f
3737
done
3838

39-
# Compile all *.ino files for the Arduino Uno
39+
# Compile all *.ino files for the Arduino Zero
4040
for f in **/SAMD_*.ino ; do
4141
arduino-cli compile -b arduino:samd:mkrzero $f
4242
done
4343

44-
# Compile all *.ino files for the Arduino Uno
44+
# Compile all *.ino files for the ESP8266
4545
# for f in **/ESP8266_*.ino ; do
4646
# arduino-cli compile -b arduino:esp8266:??? $f
4747
# done
4848

49-
# Compile all *.ino files for the Arduino Uno
49+
# Compile all *.ino files for the ESP32
5050
# for f in **/ESP32_*.ino ; do
5151
# arduino-cli compile -b arduino:esp32:??? $f
5252
# done

0 commit comments

Comments
 (0)