remove install for tool-mconf and tool-idf

This commit is contained in:
Jason2866
2024-07-20 15:49:51 +02:00
parent f91cac1eac
commit 26e284a972
+2 -2
View File
@@ -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: