From 230ad4b5ead05da8bc767f4a13181b5b541c2e49 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Wed, 4 May 2022 18:35:45 +0200 Subject: [PATCH] Update to Tasmota Arduino core v2.0.3 final --- CHANGLELOG.md | 4 ++-- user_setups/esp32/_esp32.ini | 2 +- user_setups/esp32s2/_esp32s2.ini | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGLELOG.md b/CHANGLELOG.md index 0c068cbc..d6b26cd9 100644 --- a/CHANGLELOG.md +++ b/CHANGLELOG.md @@ -69,8 +69,8 @@ - Expose the device URL in discovery message and CC ### Architecture -- Moved to Tasmota Arduino 2.0.3rc1 with native LittleFS library (thanks @Jason2866) -- Moved to ESP-IDF 4.4.0 with fixes for FragAttacks CVEs (thanks @nagyrobi) +- Moved to Tasmota Arduino 2.0.3 with native LittleFS library (thanks @Jason2866) +- Moved to ESP-IDF 4.4.1 with fixes for FragAttacks CVEs (thanks @nagyrobi) - Add support for ESP32-S2 devices - ⚠️ **Breaking:** Removed support for ESP8266! diff --git a/user_setups/esp32/_esp32.ini b/user_setups/esp32/_esp32.ini index cd82d662..3e72f946 100644 --- a/user_setups/esp32/_esp32.ini +++ b/user_setups/esp32/_esp32.ini @@ -130,7 +130,7 @@ board_build.partitions = user_setups/esp32/partitions_16MB.csv ; -- The Arduino ESP32 v2.0.2 with 3 available flash sizes: [arduino_esp32_v2] framework = arduino -platform = https://github.com/tasmota/platform-espressif32 +platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.zip board_build.filesystem = littlefs ; ----- crash reporter monitor_filters = esp32_exception_decoder diff --git a/user_setups/esp32s2/_esp32s2.ini b/user_setups/esp32s2/_esp32s2.ini index 0c1790d7..b69909a9 100644 --- a/user_setups/esp32s2/_esp32s2.ini +++ b/user_setups/esp32s2/_esp32s2.ini @@ -96,7 +96,7 @@ fspi = ; -- The Arduino ESP32S2 v2.0.2 with 3 available flash sizes: [arduino_esp32s2_v2] framework = arduino -platform = https://github.com/tasmota/platform-espressif32 +platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-v.2.0.3.zip board_build.embed_files = data/edit.htm.gz data/style.css.gz @@ -131,7 +131,7 @@ board_build.partitions = user_setups/esp32/partitions_16MB.csv ; -- The Arduino ESP32S2-solo v2.0.2 with 3 available flash sizes: [arduino_esp32s2-solo_v2] framework = arduino -platform = https://github.com/tasmota/platform-espressif32/releases/download/v2.0.3rc1/platform-espressif32-2.0.3solo1.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/v.2.0.3/platform-espressif32-solo1-v.2.0.3.zip board_build.embed_files = data/edit.htm.gz data/style.css.gz