Skip to content

Commit 2e2cb86

Browse files
authored
Update build-arduino.sh
1 parent a294fc6 commit 2e2cb86

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
@@ -51,7 +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-
echo "P^roject $f"
54+
echo "Project $f"
5555
arduino-cli compile -b esp32:esp32:esp32 $f
5656
arduino-cli complile --clean
5757
done

0 commit comments

Comments
 (0)