Skip to content

Commit

Permalink
update to 4MB partition
Browse files Browse the repository at this point in the history
  • Loading branch information
78 committed Oct 1, 2024
1 parent d26e8d2 commit e59be04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ config USE_DISPLAY

config DISPLAY_HEIGHT
int "Display Height"
default 64
default 32
depends on USE_DISPLAY
help
Display height in pixels.
Expand Down
8 changes: 4 additions & 4 deletions partitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
model, data, spiffs, 0x100000, 1M,
factory, app, factory, 0x200000, 2M,
ota_0, app, ota_0, 0x400000, 2M,
ota_1, app, ota_1, 0x600000, 2M,
model, data, spiffs, 0x10000, 0xF0000,
factory, app, factory, 0x200000, 4M,
ota_0, app, ota_0, 0x600000, 4M,
ota_1, app, ota_1, 0xA00000, 4M,

0 comments on commit e59be04

Please sign in to comment.