From 2319821a763cd735c094e51c11682f73af7abb11 Mon Sep 17 00:00:00 2001 From: wellenvogel Date: Fri, 17 Dec 2021 19:03:35 +0100 Subject: [PATCH] change partition table to max. app partitions, no spiffs, nvs erase on full install --- partitions_custom.csv | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/partitions_custom.csv b/partitions_custom.csv index 17b631d..6e9cbdc 100644 --- a/partitions_custom.csv +++ b/partitions_custom.csv @@ -1,6 +1,5 @@ # Name, Type, SubType, Offset, Size, Flags +nvs, data, nvs, 0x9000, 0x5000 otadata, data, ota, 0xe000, 0x2000, -app0, app, ota_0, 0x10000, 0x140000, -app1, app, ota_1, 0x150000,0x130000, -nvs, data, nvs, 0x280000, 0x10000, -spiffs, data, spiffs, 0x290000,0x170000, \ No newline at end of file +app0, app, ota_0, 0x10000, 0x1f0000, +app1, app, ota_1, 0x200000,0x1f0000,