Skip to content

Commit 17c6aeb

Browse files
authored
Use Arduino 3.2.0-rc1 lib
1 parent 704a4f4 commit 17c6aeb

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
@@ -46,11 +46,6 @@ def configure_default_packages(self, variables, targets):
4646
if "arduino" in frameworks:
4747
self.packages["framework-arduinoespressif32"]["optional"] = False
4848
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
49-
# use latest espressif Arduino libs
50-
URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
51-
packjdata = requests.get(URL).json()
52-
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']
53-
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
5449

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

0 commit comments

Comments
 (0)