From 265803ad3999b33f032b6c1387c814fdfd59f30d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:36:28 +0100 Subject: [PATCH] Arduino based on IDF 5.5.0 --- platform.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform.json b/platform.json index 4fb697373..ccf6a72e9 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/tasmota/platform-espressif32.git" }, - "version": "2025.01.40", + "version": "2025.01.50", "frameworks": { "arduino": { "script": "builder/frameworks/arduino.py" @@ -33,13 +33,13 @@ "type": "framework", "optional": true, "owner": "tasmota", - "version": "https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/3242/framework-arduinoespressif32-all-release_v5.4-a8c6c3cd.zip" + "version": "https://github.com/Jason2866/esp32-arduino-lib-builder/releases/download/3294/framework-arduinoespressif32-all-master-f556b085.zip" }, "framework-espidf": { "type": "framework", "optional": true, "owner": "Jason2866", - "version": "https://github.com/tasmota/esp-idf/releases/download/v5.4.0.250113/esp-idf-v5.4.0.zip" + "version": "https://github.com/tasmota/esp-idf/releases/download/v5.5.0.250114/esp-idf-v5.5.0.zip" }, "toolchain-xtensa-esp-elf": { "type": "toolchain",