363 B
363 B
1 | # From https://github.com/espressif/esp-idf/tree/master/components/partition_table |
---|---|
2 | # Name, Type, SubType, Offset, Size, Flags |
3 | # Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild |
4 | nvs, data, nvs, , 0x6000, |
5 | phy_init, data, phy, , 0x1000, |
6 | factory, app, factory, , 2M, |