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 68ad40f commit 3ef6a7aCopy full SHA for 3ef6a7a
builder/main.py
@@ -204,7 +204,7 @@ def _to_unix_slashes(path):
204
def fetch_fs_size(env):
205
fs = None
206
for p in _parse_partitions(env):
207
- if p["type"] == "data" and p["subtype"] in ("spiffs", "fat"):
+ if p["type"] == "data" and p["subtype"] in ("spiffs", "fat", "littlefs"):
208
fs = p
209
if not fs:
210
sys.stderr.write(
0 commit comments