719 B
719 B
1 | # Note that this partition must be at least as large as the sum of all partitions as |
---|---|
2 | # defined in FAL_PART_TABLE in fal_cfg.h. |
3 | # The offsets are left blank intentionally so that the partitions will be arranged |
4 | # automatically. |
5 | # The subtype was set to 0x0. These values must correspond to the settings in the |
6 | # init() function in fal_flash_esp32_port.c. |
7 | # Name, Type, SubType, Offset, Size, Flags |
8 | nvs, data, nvs, , 16k, |
9 | phy_init, data, phy, , 4k, |
10 | flashdb, 0x40, 0x00, , 32k, |
11 | factory, app, factory, , 1M, |