Skip to content

Commit c3ecb07

Browse files
authored
Update build-arduino.sh
1 parent 186cc21 commit c3ecb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build-arduino.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +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 $f
60+
arduino-cli compile -b esp32:esp32:esp32 *.ino
6161
cd $dR
6262
done

0 commit comments

Comments
 (0)