Skip to content

Commit

Permalink
Updated Arduino core to 1.8.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
CelliesProjects committed Mar 29, 2020
1 parent a8fefc0 commit c32f1f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
fi
echo "const char * sketchVersion = \"$currentVersion\";" > gitTagVersion.h
echo -e "Compiling aquacontrol32 version: \e[36m$currentVersion\e[0m"
~/arduino-1.8.11/arduino \
~/arduino-1.8.12/arduino \
--board espressif:esp32:mhetesp32minikit \
--pref custom_DebugLevel=esp32_none \
--port /dev/ttyUSB0 \
Expand Down
2 changes: 1 addition & 1 deletion debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
currentVersion+="!debug"
echo "const char * sketchVersion = \"$currentVersion\";" > gitTagVersion.h
echo -e "Compiling and flashing aquacontrol32 version: \e[36m$currentVersion\e[0m"
~/arduino-1.8.11/arduino \
~/arduino-1.8.12/arduino \
--board espressif:esp32:esp32 \
--pref custom_DebugLevel=esp32_info \
--port /dev/ttyUSB0 \
Expand Down
2 changes: 1 addition & 1 deletion flash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
fi
echo "const char * sketchVersion = \"$currentVersion\";" > gitTagVersion.h
echo -e "Compiling and flashing aquacontrol32 version: \e[36m$currentVersion\e[0m"
~/arduino-1.8.11/arduino \
~/arduino-1.8.12/arduino \
--board espressif:esp32:mhetesp32minikit \
--port /dev/ttyUSB0 \
--preserve-temp-files \
Expand Down

0 comments on commit c32f1f5

Please sign in to comment.