Skip to content

Commit 2a663ff

Browse files
authored
Update platform.py
1 parent a0ec57b commit 2a663ff

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
@@ -101,7 +101,7 @@ def configure_default_packages(self, variables, targets):
101101
self.packages["framework-arduinoespressif32-libs"]["version"] = dyn_lib_url
102102

103103
if variables.get("custom_sdkconfig") is not None or len(str(board_sdkconfig)) > 3:
104-
if (mcu == "esp32c2") and not ("espidf" in frameworks):
104+
if mcu == "esp32c2":
105105
self.packages["framework-arduino-c2-skeleton-lib"]["optional"] = False
106106
frameworks.append("espidf")
107107
self.packages["framework-espidf"]["optional"] = False

0 commit comments

Comments
 (0)