388 B

1# Note: 4MB factory partition for large libraries such as lvgl.
2# all the remaining space is used for a FAT partition containing
3# the user's python programs.
4#
5# Name, Type, SubType, Offset, Size, Flags
6nvs, data, nvs, 0x9000, 0x6000,
7phy_init, data, phy, 0xf000, 0x1000,
8factory, app, factory, 0x10000, 0x400000,
9vfs, data, fat, 0x410000, 0xBF0000,