roleplay-microcontrolllers/partitions.csv

8 lines
292 B
CSV

# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
# TODO Keep in sync with main.rs APP_DATA_OFFSET
app_store,0x40, 0x01, 0x10000, 0x10000,
factory, app, factory, 0x20000, 1M,