Make "tool-mbctool" package optional
It's made to isolate users from possible broken packages in briki manifest
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user