Skip to content

Commit f9c6911

Browse files
authored
Update platform.py
1 parent 5344b3d commit f9c6911

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
@@ -91,11 +91,6 @@ def configure_default_packages(self, variables, targets):
9191
if "arduino" in frameworks:
9292
self.packages["framework-arduinoespressif32"]["optional"] = False
9393
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
94-
# use latest espressif Arduino libs
95-
URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.1.x/package/package_esp32_index.template.json"
96-
packjdata = requests.get(URL).json()
97-
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
98-
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
9994

10095
if variables.get("custom_sdkconfig") is not None or len(str(board_sdkconfig)) > 3:
10196
frameworks.append("espidf")

0 commit comments

Comments
 (0)