Update build-arduino.sh

This commit is contained in:
RobertoHE 2022-11-28 17:13:23 +01:00 committed by GitHub
parent 186cc21192
commit c3ecb0711c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,6 +57,6 @@ for f in **/*.ino ; do
d=$(dirname $(readlink -f $f))
echo $d
cd $d
arduino-cli compile -b esp32:esp32:esp32 $f
arduino-cli compile -b esp32:esp32:esp32 *.ino
cd $dR
done