From b3b4bdd5bba1030fe72fe62839306f2ee7e4b051 Mon Sep 17 00:00:00 2001 From: SukuWc <32985513+SukuWc@users.noreply.github.com> Date: Fri, 7 Apr 2023 14:04:00 +0200 Subject: [PATCH] SUKU partition type names fixed (0 to app) --- ports/espressif/partitions-4MB.csv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/espressif/partitions-4MB.csv b/ports/espressif/partitions-4MB.csv index 164ba0d59..f3112a23b 100644 --- a/ports/espressif/partitions-4MB.csv +++ b/ports/espressif/partitions-4MB.csv @@ -5,7 +5,7 @@ nvs, data, nvs, 0x9000, 20K, otadata, data, ota, 0xe000, 8K, -ota_0, 0, ota_0, 0x10000, 1408K, -ota_1, 0, ota_1, 0x170000, 1408K, +ota_0, app, ota_0, 0x10000, 1408K, +ota_1, app, ota_1, 0x170000, 1408K, uf2, app, factory,0x2d0000, 256K, ffat, data, fat, 0x310000, 960K,