roleplay-microcontrolllers/partitions.csv

292 B

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