Skip to content

Commit 4caa805

Browse files
authored
remove copy&paste error
1 parent 43122e4 commit 4caa805

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def _configure_arduino_framework(self, frameworks: List[str]) -> None:
280280
self.packages["framework-arduinoespressif32"]["optional"] = False
281281
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
282282
# use branch master
283-
board_sdkconfig = variables.get("board_espidf.custom_sdkconfig",
284283
URL = "https://raw.githubusercontent.com/espressif/arduino-esp32/master/package/package_esp32_index.template.json"
285284
packjdata = requests.get(URL).json()
286285
dyn_lib_url = packjdata['packages'][0]['tools'][0]['systems'][0]['url']

0 commit comments

Comments
 (0)