Skip to content

Commit a294fc6

Browse files
authored
Update build-arduino.sh
1 parent 03365fc commit a294fc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/build-arduino.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@ arduino-cli lib install NimBLE-Arduino
5151

5252
# Compile all *.ino files for the Arduino Uno
5353
for f in **/*.ino ; do
54-
arduino-cli compile -b esp32:esp32:esp32 $f
54+
echo "P^roject $f"
55+
arduino-cli compile -b esp32:esp32:esp32 $f
56+
arduino-cli complile --clean
5557
done

0 commit comments

Comments
 (0)