From 3c69c8adeedac163a847bdf7820c793ba6103adc Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:51:01 +0200 Subject: [PATCH] fetch Arduino libs dl URL from manifest json --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 1db0315..1c52621 100644 --- a/platform.json +++ b/platform.json @@ -39,7 +39,7 @@ "type": "framework", "optional": true, "owner": "espressif", - "version": "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-release_v5.3/esp32-arduino-libs-idf-release_v5.3-0526c35e.zip" + "version": "" }, "framework-espidf": { "type": "framework",