Files
esp32_Simple_Light/partitions.csv
2025-08-14 07:00:18 -04:00

337 B

1# Name, Type, SubType, Offset, Size, Flags
2# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3nvs, data, nvs, 0x9000, 24K,
4phy_init, data, phy, 0xf000, 4K,
5zb_storage, data, fat, 0x10000, 16K,
6zb_fct, data, fat, 0x14000, 1K,
7factory, app, factory, 0x20000, 1M,