I am on board definitions 3.1.3
Here's the partition.csv file:
Code: Select all
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
pix, data, spiffs, 0x310000, 0x9E0000,
coredump, data, coredump, 0xcf0000, 0x10000,Sketch uses 1130168 bytes (86%) of program storage space. Maximum is 1310720 bytes.
Global variables use 58164 bytes (17%) of dynamic memory, leaving 269516 bytes for local variables. Maximum is 327680 bytes.