Skip installing "tool-mbctool" by default when upload target is invoked

It's requried since PlatformIO automatically installs uploaders
This commit is contained in:
valeros
2020-03-23 12:36:02 +02:00
parent d5d759eacb
commit d56752bbb2
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -78,7 +78,6 @@
"version": "~1.20600.0"
},
"tool-mbctool": {
"type": "uploader",
"optional": true,
"version": ">=2.0.0"
},
+1
View File
@@ -41,6 +41,7 @@ class Espressif32Platform(PlatformBase):
if build_core == "mbcwb":
self.packages['framework-arduinoespressif32']['optional'] = True
self.packages['framework-arduino-mbcwb']['optional'] = False
self.packages['tool-mbctool']['type'] = "uploader"
self.packages['tool-mbctool']['optional'] = False
return PlatformBase.configure_default_packages(self, variables,