Skip to content

Commit 06dc8d0

Browse files
authored
Update build-arduino.sh
1 parent 0afc91c commit 06dc8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/build-arduino.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ arduino-cli lib install NimBLE-Arduino
4949
# arduino-cli compile -b arduino:esp8266:??? $f
5050
# done
5151

52-
dR = $(pwd)
52+
dR=$(pwd)
5353

5454
# Compile all *.ino files for the Arduino Uno
5555
for f in **/*.ino ; do
5656
echo "Project: $f"
57-
d =$(dirname $f)
57+
d=$(dirname $f)
5858
cd $d
5959
arduino-cli compile -b esp32:esp32:esp32 $f
6060
cd $dR

0 commit comments

Comments
 (0)