File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -156,10 +156,10 @@ def install_tool(TOOL):
156
156
self .packages ["framework-arduinoespressif32" ]["optional" ] = False
157
157
self .packages ["framework-arduinoespressif32-libs" ]["optional" ] = False
158
158
# use latest espressif Arduino libs
159
- URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.1.x/package/package_esp32_index.template.json"
160
- packjdata = requests .get (URL ).json ()
161
- dyn_lib_url = packjdata ['packages' ][0 ]['tools' ][0 ]['systems' ][0 ]['url' ]
162
- self .packages ["framework-arduinoespressif32-libs" ]["version" ] = dyn_lib_url
159
+ # URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/release/v3.1.x/package/package_esp32_index.template.json"
160
+ # packjdata = requests.get(URL).json()
161
+ # dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
162
+ # self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
163
163
164
164
if variables .get ("custom_sdkconfig" ) is not None or len (str (board_sdkconfig )) > 3 :
165
165
if mcu == "esp32c2" :
You can’t perform that action at this time.
0 commit comments