From 0b2ffbfd775cce85828e798e7db47c28b1ab449c Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Wed, 10 Aug 2022 09:30:31 +0200 Subject: [PATCH] Revert to arduino 2.0.3 because of #298 --- platformio.ini | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/platformio.ini b/platformio.ini index d41bc863..37670bed 100755 --- a/platformio.ini +++ b/platformio.ini @@ -17,8 +17,10 @@ extra_scripts = pre:scripts/addversion.py scripts/makeweb.py +# Sticking to v2.0.3 because of #298 + [env:esp32] -platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4/platform-espressif32-2.0.4.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.3/platform-espressif32-2.0.3.zip framework = arduino board = esp32dev board_build.f_cpu = 160000000L @@ -33,8 +35,8 @@ extra_scripts = # https://github.com/Jason2866/esp32-arduino-lib-builder [env:esp32s2] -platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4/platform-espressif32-2.0.4.zip -platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.4 +platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.3/platform-espressif32-2.0.3.zip +platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#2.0.3 framework = arduino board = esp32dev board_build.mcu = esp32s2 @@ -50,7 +52,7 @@ extra_scripts = scripts/makeweb.py [env:esp32solo] -platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.4/platform-espressif32-solo1-2.0.4.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-solo1-v.2.0.3.zip framework = arduino board = esp32dev board_build.f_cpu = 160000000L