# Layout for 4MB LILYGO T3-S3 boards (ESP32-S3FH4R2). # Reclaims 256KB from spiffs to give the app slot real headroom. # flashApp (ota_1) keeps its full 0xA0000 (655,360 B): the unified BLE OTA image # (meshtastic/esp32-unified-ota v1.0.1, mt-esp32s3-ota.bin) is 636,544 B, so this # slot cannot be shrunk to fund the app slot instead. # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x009000, 0x005000, otadata, data, ota, 0x00e000, 0x002000, app, app, ota_0, 0x010000, 0x290000, flashApp, app, ota_1, 0x2A0000, 0x0A0000, spiffs, data, spiffs, 0x340000, 0x0C0000,