# Name, Type, SubType, Offset, Size, Flags # Same OTA layout/offsets as partitions.csv (the 8MB dev-board table) -- # the XIAO ESP32-S3 Plus's 16MB flash has plenty of room for the same # 2MB app slots (current firmware runs ~1.2MB, per partitions_xiao.csv's # own sizing note) without needing to trim anything the way the 4MB xiao # table did. Leaves ~12MB of the 16MB unused/unpartitioned for now -- # revisit sizing once a real build's actual footprint and any EE02- # specific storage needs (if ever) are known. nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, ota_0, app, ota_0, 0x10000, 0x200000, otadata, data, ota, 0x210000, 0x2000, ota_1, app, ota_1, 0x220000, 0x200000,