Files
SC-F001/partitions.csv
Thaddeus Hughes 982ada9787 Refining logging
2026-01-13 18:35:31 -06:00

390 B

1# ESP32 Partition Table - 8MB (0x800000) Flash with OTA Support
2# Name, Type, SubType, Offset, Size, Flags
3nvs, data, nvs, 0x9000, 0x4000,
4otadata, data, ota, 0xd000, 0x2000,
5phy_init, data, phy, 0xf000, 0x1000,
6ota_0, app, ota_0, 0x10000, 1280K,
7ota_1, app, ota_1, 0x150000, 1280K,
8storage, data, 0x40, 0x290000, 5568K,