From 6de10d10ed30f3a4c1e3223165cc8cf36b9afbcc Mon Sep 17 00:00:00 2001 From: TD-er Date: Wed, 26 Jun 2024 13:43:11 +0200 Subject: [PATCH] [ESP-IDF5.x] Update to latest ESP-IDF/Arduino SDK --- platformio_core_defs.ini | 4 ++-- platformio_esp32_solo1.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/platformio_core_defs.ini b/platformio_core_defs.ini index 409dfb444..c61c51ca4 100644 --- a/platformio_core_defs.ini +++ b/platformio_core_defs.ini @@ -213,8 +213,8 @@ lib_ignore = ;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/2286/framework-arduinoespressif32-all-release_v5.1-11140aa.zip ;platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.04.14/platform-espressif32.zip ;platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/2386/framework-arduinoespressif32-all-release_v5.1-324fdc1.zip -platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.06.10/platform-espressif32.zip -platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/2490/framework-arduinoespressif32-all-release_v5.1-9736e2b.zip +platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.06.11/platform-espressif32.zip +platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/2524/framework-arduinoespressif32-all-release_v5.1-e9a74b6.zip build_flags = -DESP32_STAGE -DESP_IDF_VERSION_MAJOR=5 -DLIBRARIES_NO_LOG=1 diff --git a/platformio_esp32_solo1.ini b/platformio_esp32_solo1.ini index 9dbdc1ae1..b27d256b8 100644 --- a/platformio_esp32_solo1.ini +++ b/platformio_esp32_solo1.ini @@ -18,8 +18,8 @@ build_unflags = ${esp32_base.build_unflags} ; IDF 5.1.2 [esp32_solo1_common_LittleFS] extends = esp32_base_idf5 -platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.05.13/platform-espressif32.zip -platform_packages = +platform = https://github.com/tasmota/platform-espressif32/releases/download/2024.06.11/platform-espressif32.zip +platform_packages = framework-arduinoespressif32 @ https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/2525/framework-arduinoespressif32-solo1-release_v5.1-e9a74b6.zip build_flags = ${esp32_base_idf5.build_flags} -DFEATURE_ARDUINO_OTA=1 -DUSE_LITTLEFS