Skip to content

Commit

Permalink
default FS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Dec 15, 2023
1 parent a0a6f67 commit 912241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def configure_default_packages(self, variables, targets):
self.packages["framework-arduinoespressif32"]["optional"] = False

if "buildfs" in targets:
filesystem = variables.get("board_build.filesystem", "spiffs")
filesystem = variables.get("board_build.filesystem", "littlefs")
if filesystem == "littlefs":
self.packages["tool-mklittlefs"]["optional"] = False
elif filesystem == "fatfs":
Expand Down

0 comments on commit 912241b

Please sign in to comment.