Files
ink-board/partitions.csv

402 B

1# Name, Type, SubType, Offset, Size, Flags
2# NVS 256KB
3nvs, data, nvs, , 0x40000,
4# OTA Data 8KB
5otadata, data, ota, , 0x2000,
6# PHY Init 4KB
7phy_init, data, phy, , 0x1000,
8# OTA Partitions 10MB
9ota_0, app, ota_0, , 0xA00000,
10ota_1, app, ota_1, , 0xA00000,
11# SPIFFS 11MB
12storage, data, spiffs, , 0xB00000,