Skip to content

Commit fe4a021

Browse files
authored
Update build-arduino.sh
1 parent 99c2151 commit fe4a021

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/build-arduino.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ for f in **/*.ino ; do
5757
d=$(dirname $(readlink -f $f))
5858
echo $d
5959
cd $d
60-
arduino-cli compile -b esp32:esp32:esp32 *.ino
61-
arduino-cli compile --clean
60+
arduino-cli compile -b esp32:esp32:esp32 *.ino --clean
6261
cd $dR
6362
done

0 commit comments

Comments
 (0)