Update build-arduino.sh

This commit is contained in:
RobertoHE 2022-11-28 08:42:35 +01:00 committed by GitHub
parent 03365fc225
commit a294fc61e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -51,5 +51,7 @@ arduino-cli lib install NimBLE-Arduino
# Compile all *.ino files for the Arduino Uno
for f in **/*.ino ; do
arduino-cli compile -b esp32:esp32:esp32 $f
echo "P^roject $f"
arduino-cli compile -b esp32:esp32:esp32 $f
arduino-cli complile --clean
done