Skip to content

Commit 3b22952

Browse files
authored
Update platform.py
1 parent 1b24fa5 commit 3b22952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def configure_default_packages(self, variables, targets):
8080
# Installed not from pio registry, deactivate until needed
8181
self.packages["tool-openocd-esp32"]["optional"] = True
8282

83-
if "arduino" in frameworks and variables.get("custom_sdkconfig") is None and len(str(board_sdkconfig)) < 3:
83+
if "arduino" in frameworks:
8484
self.packages["framework-arduinoespressif32"]["optional"] = False
8585
self.packages["framework-arduinoespressif32-libs"]["optional"] = False
8686
# use matching espressif Arduino libs

0 commit comments

Comments
 (0)