This commit is contained in:
Ben Meadors
2026-01-12 20:34:56 -06:00
parent 63a4828658
commit b44830e20b

View File

@@ -64,7 +64,7 @@ def manifest_gather(source, target, env):
# Mapping of bin files to their target partition names
# Maps the filename pattern to the partition name where it should be flashed
partition_map = {
f"{progname}.bin": "app", # primary application slot (app0 / OTA_0)
f"{progname}.bin": "app0", # primary application slot (app0 / OTA_0)
lfsbin: "spiffs", # filesystem image flashed to spiffs
}