Skip to content

Commit e1bb0cf

Browse files
committed
Fix SPIFFS uploading
1 parent 47feaa3 commit e1bb0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def _update_max_upload_size(env):
270270

271271
if "uploadfs" in COMMAND_LINE_TARGETS:
272272
env.Append(
273-
UPLOADERFLAGS=["-ca", "$SPIFFS_START"],
273+
UPLOADERFLAGS=["-ca", "${hex(SPIFFS_START)}"],
274274
UPLOADEROTAFLAGS=["-s"]
275275
)
276276

0 commit comments

Comments
 (0)