From 29ac567616a5b98e32a257fa2850c3bdaea96d84 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:21:58 +0200 Subject: [PATCH] Fix IDF 5.3 ULP compile --- platform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform.json b/platform.json index 1c52621..1313d32 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/pioarduino/platform-espressif32.git" }, - "version": "53.03.03+develop", + "version": "53.03.10+develop", "frameworks": { "arduino": { "script": "builder/frameworks/arduino.py" @@ -45,7 +45,7 @@ "type": "framework", "optional": true, "owner": "pioarduino", - "version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.0/esp-idf-v5.3.0.zip" + "version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.0.ulp/esp-idf-v5.3.0.zip" }, "toolchain-xtensa-esp-elf": { "type": "toolchain",