diff --git a/tools/partitions/default_16MB.csv b/tools/partitions/default_16MB.csv index 7b89daee9f0..d9dbcf9c3a4 100644 --- a/tools/partitions/default_16MB.csv +++ b/tools/partitions/default_16MB.csv @@ -3,4 +3,4 @@ nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x640000, app1, app, ota_1, 0x650000,0x640000, -spiffs, data, spiffs, 0xc90000,0x370000, +spiffs, data, spiffs, 0xc90000,0x36FFFC, diff --git a/tools/partitions/large_spiffs_16MB.csv b/tools/partitions/large_spiffs_16MB.csv index 7974c9eb140..fbfc4dbd645 100644 --- a/tools/partitions/large_spiffs_16MB.csv +++ b/tools/partitions/large_spiffs_16MB.csv @@ -3,4 +3,4 @@ nvs, data, nvs, 0x9000, 0x5000, otadata, data, ota, 0xe000, 0x2000, app0, app, ota_0, 0x10000, 0x480000, app1, app, ota_1, 0x490000,0x480000, -spiffs, data, spiffs, 0x910000,0x6F0000, +spiffs, data, spiffs, 0x910000,0x6EFFFC,