We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71dbdc9 commit fbf7c1eCopy full SHA for fbf7c1e
1 file changed
m5stack/partitions_8mb_lvgl.csv
@@ -2,6 +2,6 @@
2
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
3
nvs, data, nvs, 0x9000, 0x6000,
4
phy_init, data, phy, 0xf000, 0x1000,
5
-factory, app, factory, 0x10000, 0x590000,
6
-sys, data, fat, 0x5A0000, 0x100000,
7
-vfs, data, fat, 0x6A0000, 0x15f000,
+factory, app, factory, 0x10000, 0x5B0000,
+sys, data, fat, 0x5C0000, 0x100000,
+vfs, data, fat, 0x6C0000, 0x13f000,
0 commit comments