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 312a96e commit af47912Copy full SHA for af47912
builder/main.py
@@ -248,7 +248,7 @@ def get_esptoolpy_reset_flags(resetmethod):
248
join("$BUILD_DIR", "${PROGNAME}"), target_elf)
249
env.Depends(target_firm, "checkprogsize")
250
251
-env.AddPlatformTarget("buildfs", target_firm, None, "Build Filesystem Image")
+env.AddPlatformTarget("buildfs", target_firm, target_firm, "Build Filesystem Image")
252
AlwaysBuild(env.Alias("nobuild", target_firm))
253
target_buildprog = env.Alias("buildprog", target_firm, target_firm)
254
0 commit comments