Skip to content

Commit 26e284a

Browse files
committed
remove install for tool-mconf and tool-idf
1 parent f91cac1 commit 26e284a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def configure_default_packages(self, variables, targets):
119119
for p in self.packages:
120120
if p in ("tool-cmake", "tool-ninja"):
121121
self.packages[p]["optional"] = False
122-
elif p in ("tool-mconf", "tool-idf") and IS_WINDOWS:
123-
self.packages[p]["optional"] = False
122+
# elif p in ("tool-mconf", "tool-idf") and IS_WINDOWS:
123+
# self.packages[p]["optional"] = False
124124

125125
for available_mcu in ("esp32", "esp32s2", "esp32s3"):
126126
if available_mcu == mcu:

0 commit comments

Comments
 (0)