We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 921855a commit a9fa96dCopy full SHA for a9fa96d
platform.py
@@ -20,6 +20,7 @@ class Espressif8266Platform(PlatformBase):
20
def configure_default_packages(self, variables, targets):
21
if not variables.get("pioframework"):
22
self.packages['sdk-esp8266']['optional'] = False
23
-
+ if "buildfs" in targets:
24
+ self.packages['tool-mkspiffs']['optional'] = False
25
return PlatformBase.configure_default_packages(
26
self, variables, targets)
0 commit comments