forked from xiaozhi/xiaozhi-esp32
update to 4MB partition
This commit is contained in:
@@ -102,7 +102,7 @@ config USE_DISPLAY
|
|||||||
|
|
||||||
config DISPLAY_HEIGHT
|
config DISPLAY_HEIGHT
|
||||||
int "Display Height"
|
int "Display Height"
|
||||||
default 64
|
default 32
|
||||||
depends on USE_DISPLAY
|
depends on USE_DISPLAY
|
||||||
help
|
help
|
||||||
Display height in pixels.
|
Display height in pixels.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
nvs, data, nvs, 0x9000, 0x4000,
|
nvs, data, nvs, 0x9000, 0x4000,
|
||||||
otadata, data, ota, 0xd000, 0x2000,
|
otadata, data, ota, 0xd000, 0x2000,
|
||||||
phy_init, data, phy, 0xf000, 0x1000,
|
phy_init, data, phy, 0xf000, 0x1000,
|
||||||
model, data, spiffs, 0x100000, 1M,
|
model, data, spiffs, 0x10000, 0xF0000,
|
||||||
factory, app, factory, 0x200000, 2M,
|
factory, app, factory, 0x200000, 4M,
|
||||||
ota_0, app, ota_0, 0x400000, 2M,
|
ota_0, app, ota_0, 0x600000, 4M,
|
||||||
ota_1, app, ota_1, 0x600000, 2M,
|
ota_1, app, ota_1, 0xA00000, 4M,
|
||||||
|
|||||||
|
Reference in New Issue
Block a user