We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf80426 commit 60f9b15Copy full SHA for 60f9b15
platform.py
@@ -46,7 +46,7 @@ def configure_default_packages(self, variables, targets):
46
self.packages["framework-arduinoespressif32"]["optional"] = False
47
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
48
# use latest espressif Arduino libs
49
- URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
+ URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.0.x/package/package_esp32_index.template.json"
50
packjdata = requests.get(URL).json()
51
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
52
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
0 commit comments