Skip to content

Commit 2c97fd6

Browse files
authored
Use alpha 3.3
1 parent 5d9d8c7 commit 2c97fd6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

platform.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,16 @@ 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
97+
#try:
98+
#self.packages["framework-arduinoespressif32"]["version"] = "https://github.com/espressif/arduino-esp32/archive/refs/heads/idf-master.zip"
99+
#except:
100+
#pass
101101
# use matching espressif Arduino libs
102102
#URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.3.x/package/package_esp32_index.template.json"
103103
#packjdata = requests.get(URL).json()
104104
#dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
105105
# 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-465b159c-v1.zip"
106+
dyn_lib_url = "https://github.com/espressif/esp32-arduino-lib-builder/releases/download/idf-master/esp32-arduino-libs-idf-master-d930a386-v1.zip"
107107
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
108108

109109
if variables.get("custom_sdkconfig") is not None or len(str(board_sdkconfig)) > 3:

0 commit comments

Comments
 (0)