From 2e2cb865c3e80c59691eb809bc9718ddf49cade0 Mon Sep 17 00:00:00 2001 From: RobertoHE Date: Mon, 28 Nov 2022 08:42:57 +0100 Subject: [PATCH] Update build-arduino.sh --- ci/build-arduino.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-arduino.sh b/ci/build-arduino.sh index 603e190..ea36f8d 100644 --- a/ci/build-arduino.sh +++ b/ci/build-arduino.sh @@ -51,7 +51,7 @@ arduino-cli lib install NimBLE-Arduino # Compile all *.ino files for the Arduino Uno for f in **/*.ino ; do - echo "P^roject $f" + echo "Project $f" arduino-cli compile -b esp32:esp32:esp32 $f arduino-cli complile --clean done