remove install for tool-mconf and tool-idf
This commit is contained in:
+2
-2
@@ -119,8 +119,8 @@ class Espressif32Platform(PlatformBase):
|
||||
for p in self.packages:
|
||||
if p in ("tool-cmake", "tool-ninja"):
|
||||
self.packages[p]["optional"] = False
|
||||
elif p in ("tool-mconf", "tool-idf") and IS_WINDOWS:
|
||||
self.packages[p]["optional"] = False
|
||||
# elif p in ("tool-mconf", "tool-idf") and IS_WINDOWS:
|
||||
# self.packages[p]["optional"] = False
|
||||
|
||||
for available_mcu in ("esp32", "esp32s2", "esp32s3"):
|
||||
if available_mcu == mcu:
|
||||
|
||||
Reference in New Issue
Block a user