From f727971138752b8040e79fd45e19b980afcce513 Mon Sep 17 00:00:00 2001 From: c3ma Date: Wed, 27 Oct 2021 22:04:44 +0200 Subject: [PATCH] increased ota flash sizes --- esp32/defaultWithSmallerSpiffs.csv | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/esp32/defaultWithSmallerSpiffs.csv b/esp32/defaultWithSmallerSpiffs.csv index 8458d8b..85ef317 100644 --- a/esp32/defaultWithSmallerSpiffs.csv +++ b/esp32/defaultWithSmallerSpiffs.csv @@ -1,6 +1,7 @@ # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, -app0, app, ota_0, 0x10000, 0x150000, -app1, app, ota_1, 0x160000,0x150000, -spiffs, data, spiffs, 0x300000,0x17000, +app0, app, ota_0, 0x10000, 0x300000, +app1, app, ota_1, 0x310000,0x300000, +spiffs, data, spiffs, 0x610000,0x17000, +#https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html \ No newline at end of file