Files
creaturedex/partitions.csv
T
2026-08-30 17:15:09 +02:00

351 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# We keep the default layout more or less. But here we add a partition for more data before our application
6more_nvs,data,nvs,0x10000,0xfa000,
7# no offset given -> tool infers it for us
8factory,app,factory, ,0xea6000,