Skip to content

Commit 741b23d

Browse files
authored
Update platform.py
1 parent 4c02492 commit 741b23d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

platform.py

-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ def configure_default_packages(self, variables, targets):
4242
if "arduino" in frameworks:
4343
self.packages["framework-arduinoespressif32"]["optional"] = False
4444
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
45-
# use latest espressif Arduino libs
46-
URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
47-
packjdata = requests.get(URL).json()
48-
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
49-
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
5045

5146
if "buildfs" in targets:
5247
filesystem = variables.get("board_build.filesystem", "littlefs")

0 commit comments

Comments
 (0)