Skip to content

Commit

Permalink
Update build-arduino.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
azvanderpas committed May 11, 2023
1 parent 0301359 commit 8284079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-arduino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ arduino-cli lib install Adafruit_VL53L0X
# Compile all *.ino files for the Arduino Uno
for f in **/*.ino ; do
arduino-cli compile -b arduino:avr:leonardo $f
arduino-cli compile -b arduino:avr:leonardo --build-properties compiler.cpp.extra_flag=-DEBUG $f
arduino-cli compile -b arduino:avr:leonardo --build-property "compiler.cpp.extra_flag=-DEBUG" $f
done

0 comments on commit 8284079

Please sign in to comment.