File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments