Skip to content

Commit

Permalink
Update build-arduino.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sainsaji authored Feb 15, 2024
1 parent d3ffa3d commit b93b9ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-arduino.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ arduino-cli core install esp32:esp32
echo $HOME
ls -l $HOME
ln -s $GITHUB_WORKSPACE $HOME/Arduino/libraries/
ls -l $GITHUB_WORKSPACE
ls -l $HOME/Arduino/libraries
# Compile all *.ino files for the Arduino Uno
arduino-cli compile -b esp32:esp32:nodemcu-32s ui/ui.ino
done

0 comments on commit b93b9ae

Please sign in to comment.