Skip to content

Commit ef6f499

Browse files
committed
Correct app3M_fat9M_16MB - Future.csv : reduce spiffs to make room for coredump
1 parent 9cdf01d commit ef6f499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/app3M_fat9M_16MB - Future.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ nvs, data, nvs, 0x9000, 0x5000,
33
otadata, data, ota, 0xe000, 0x2000,
44
app0, app, ota_0, 0x10000, 0x640000,
55
app1, app, ota_1, 0x650000,0x640000,
6-
spiffs, data, spiffs, 0xc90000,0x370000,
6+
spiffs, data, spiffs, 0xc90000,0x360000,
77
coredump, data, coredump,0xFF0000,0x10000,

0 commit comments

Comments
 (0)