From bfd06b49cc05e2b9dd592f2772d955efc169a4d4 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 29 Aug 2024 21:33:03 +0200 Subject: [PATCH] Fix IDF 5.3 ULP compile --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 4344e95bc..f985bb495 100644 --- a/platform.json +++ b/platform.json @@ -45,7 +45,7 @@ "type": "framework", "optional": true, "owner": "pioarduino", - "version": "https://github.com/pioarduino/esp-idf/releases/download/v5.3.0.240821/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",