Skip to content

Commit 5a8bd80

Browse files
authored
use IDF 5.4 based Arduino libs
1 parent 75ec792 commit 5a8bd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def configure_default_packages(self, variables, targets):
4747
self.packages["framework-arduinoespressif32"]["optional"] = False
4848
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
4949
# use latest espressif Arduino libs
50-
URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
50+
URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.2.x/package/package_esp32_index.template.json"
5151
packjdata = requests.get(URL).json()
5252
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
5353
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url

0 commit comments

Comments
 (0)