Make "tool-mbctool" package optional

It's made to isolate users from possible broken packages in briki manifest
This commit is contained in:
valeros
2020-03-17 13:49:43 +02:00
parent 4f35220c1d
commit 90d8203d0f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -79,6 +79,7 @@
},
"tool-mbctool": {
"type": "uploader",
"optional": true,
"version": ">=2.0.0"
},
"tool-openocd-esp32": {
+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']['optional'] = False
return PlatformBase.configure_default_packages(self, variables,
targets)