320 B
320 B
| 1 | # Name, Type, SubType, Offset, Size, Flags |
|---|---|
| 2 | # Note: if you have external SPI flash, and run the partition table in it, |
| 3 | # the offset should be 0x0 |
| 4 | nvs, data, nvs, 0x9000, 0x5000, |
| 5 | phy_init, data, phy, 0xe000, 0x1000, |
| 6 | factory, app, factory, 0x10000, 0x1E0000, |
| 7 | storage, data, spiffs, 0x1F0000, 0x10000, |