Skip to content

Commit b44830e

Browse files
committed
app0
1 parent 63a4828 commit b44830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/platformio-custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def manifest_gather(source, target, env):
6464
# Mapping of bin files to their target partition names
6565
# Maps the filename pattern to the partition name where it should be flashed
6666
partition_map = {
67-
f"{progname}.bin": "app", # primary application slot (app0 / OTA_0)
67+
f"{progname}.bin": "app0", # primary application slot (app0 / OTA_0)
6868
lfsbin: "spiffs", # filesystem image flashed to spiffs
6969
}
7070

0 commit comments

Comments
 (0)