# Name, Type, SubType, Offset, Size, Flags # Same OTA layout as partitions.csv, resized for the Seeed XIAO # ESP32-C6's 4MB flash (the dev board's 8MB table's 2x 2MB app slots # don't fit). App slots are 0x1e0000 (1.875MB) each -- current firmware # runs at ~1.2MB, so this leaves ~38% headroom per slot, same margin as # the 8MB table's 2MB slots give today. nvs/phy offsets match the 8MB # table so provisioning data is byte-compatible between the two. nvs, data, nvs, 0x9000, 0x6000, phy_init, data, phy, 0xf000, 0x1000, otadata, data, ota, 0x10000, 0x2000, ota_0, app, ota_0, 0x20000, 0x1e0000, ota_1, app, ota_1, 0x200000, 0x1e0000,