diff --git a/compile.sh b/compile.sh index b13d447..f930078 100755 --- a/compile.sh +++ b/compile.sh @@ -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 \ diff --git a/debug.sh b/debug.sh index 566d307..04c682c 100755 --- a/debug.sh +++ b/debug.sh @@ -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 \ diff --git a/flash.sh b/flash.sh index 2a378b0..13a8678 100755 --- a/flash.sh +++ b/flash.sh @@ -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 \