# Name, Type, SubType, Offset, Size, Flags | |
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap | |
nvs, data, nvs, , 0xC000, | |
phy_init, data, phy, , 0x1000, | |
# Factory partition size about 1.6MB | |
factory, app, factory, , 1600K, | |
# spiffs partition to storage the image file size about 1.6MB | |
img_storage, data, spiffs, , 1600K, |