Partition max APP size with OTA (nothing else)
Posted: Thu Nov 30, 2023 10:39 pm
Hi,
is this the bigges possible App size with OTA Function?
I load the "OTA" from SD Card.
My Partition Table:
Is this the Max for an 4 MBit ESP32 Chip?
is this the bigges possible App size with OTA Function?
I load the "OTA" from SD Card.
My Partition Table:
Code: Select all
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1f0000,
app1, app, ota_1, 0x200000, 0x1f0000,