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 63a4828 commit b44830eCopy full SHA for b44830e
bin/platformio-custom.py
@@ -64,7 +64,7 @@ def manifest_gather(source, target, env):
64
# Mapping of bin files to their target partition names
65
# Maps the filename pattern to the partition name where it should be flashed
66
partition_map = {
67
- f"{progname}.bin": "app", # primary application slot (app0 / OTA_0)
+ f"{progname}.bin": "app0", # primary application slot (app0 / OTA_0)
68
lfsbin: "spiffs", # filesystem image flashed to spiffs
69
}
70
0 commit comments