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 36e6f68 commit a4443ddCopy full SHA for a4443dd
platform.py
@@ -47,7 +47,7 @@ def configure_default_packages(self, variables, targets):
47
self.packages["framework-arduinoespressif32"]["optional"] = False
48
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
49
# use latest espressif Arduino libs
50
- URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.1.x/package/package_esp32_index.template.json"
+ URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
51
packjdata = requests.get(URL).json()
52
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
53
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
0 commit comments