From 4804e2774f0d1aeac921b5b636a29106c5c886fe Mon Sep 17 00:00:00 2001 From: Cellie Date: Fri, 28 Dec 2018 22:37:23 +0100 Subject: [PATCH] Arduino IDE to 1.8.8. --- compile.sh | 2 +- flash.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index 7264c7e..50547ed 100755 --- a/compile.sh +++ b/compile.sh @@ -2,5 +2,5 @@ echo Compiling aquacontrol32 version: $(git describe --tags --always) echo We are on branch: $(git branch | grep \* | cut -d ' ' -f2) echo echo "const char * sketchVersion = \"$(git describe --tags --always)\";" > gitTagVersion.h -~/arduino-1.8.7/arduino --board espressif:esp32:mhetesp32minikit --verify test.ino --pref custom_DebugLevel=esp32_none --port /dev/ttyUSB0 --pref upload.speed=921600 --pref build.path=temp --preserve-temp-files +~/arduino-1.8.8/arduino --board espressif:esp32:mhetesp32minikit --verify test.ino --pref custom_DebugLevel=esp32_none --port /dev/ttyUSB0 --pref upload.speed=921600 --pref build.path=temp --preserve-temp-files rm gitTagVersion.h diff --git a/flash.sh b/flash.sh index 7e8c0c6..692ab80 100755 --- a/flash.sh +++ b/flash.sh @@ -2,5 +2,5 @@ echo Compiling and flashing aquacontrol32 version: $(git describe --tags --alway echo We are on branch: $(git branch | grep \* | cut -d ' ' -f2) echo echo "const char * sketchVersion = \"$(git describe --tags --always)\";" > gitTagVersion.h -~/arduino-1.8.7/arduino --board espressif:esp32:mhetesp32minikit --upload test.ino --pref custom_DebugLevel=esp32_none --port /dev/ttyUSB0 --pref upload.speed=921600 --preserve-temp-files --pref build.path=temp +~/arduino-1.8.8/arduino --board espressif:esp32:mhetesp32minikit --upload test.ino --pref custom_DebugLevel=esp32_none --port /dev/ttyUSB0 --pref upload.speed=921600 --preserve-temp-files --pref build.path=temp rm gitTagVersion.h