From b44830e20bae55cbfafb11c23148149097a58a2e Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 12 Jan 2026 20:34:56 -0600 Subject: [PATCH] app0 --- bin/platformio-custom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/platformio-custom.py b/bin/platformio-custom.py index 010ecd373..b75c66624 100644 --- a/bin/platformio-custom.py +++ b/bin/platformio-custom.py @@ -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 }