Skip to content

Commit 67441d1

Browse files
authored
Update platform.py
1 parent e4c17f7 commit 67441d1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

platform.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,6 @@ def install_tool(TOOL):
9494
if "arduino" in frameworks:
9595
self.packages["framework-arduinoespressif32"]["optional"] = False
9696
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
97-
#try:
98-
#self.packages["framework-arduinoespressif32"]["version"] = "https://github.com/espressif/arduino-esp32/archive/refs/heads/idf-master.zip"
99-
#except:
100-
#pass
101-
# use matching espressif Arduino libs
102-
#URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.3.x/package/package_esp32_index.template.json"
103-
#packjdata = requests.get(URL).json()
104-
#dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
105-
# use newer libs as linked in package_esp32_index.template.json is too old
106-
dyn_lib_url = "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-master/esp32-arduino-libs-idf-master-d930a386-v1.zip"
107-
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
10897

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

0 commit comments

Comments
 (0)