Skip to content

Commit a9fa96d

Browse files
committed
Depend on tool-mkspiffs for "buildfs" target
1 parent 921855a commit a9fa96d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platform.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Espressif8266Platform(PlatformBase):
2020
def configure_default_packages(self, variables, targets):
2121
if not variables.get("pioframework"):
2222
self.packages['sdk-esp8266']['optional'] = False
23-
23+
if "buildfs" in targets:
24+
self.packages['tool-mkspiffs']['optional'] = False
2425
return PlatformBase.configure_default_packages(
2526
self, variables, targets)

0 commit comments

Comments
 (0)