From c32f1f5eea00bb329b6181062723a6e6564da4a7 Mon Sep 17 00:00:00 2001 From: Cellie Date: Sun, 29 Mar 2020 11:28:55 +0200 Subject: [PATCH] Updated Arduino core to 1.8.12. --- compile.sh | 2 +- debug.sh | 2 +- flash.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 \