mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-30 00:19:54 +00:00
increase T-Deck PSRAM to avoid too early out-of-memory when messages fill up the storage
This commit is contained in:
parent
72e991104e
commit
147416045a
@ -43,7 +43,7 @@ build_flags =
|
|||||||
-D HAS_SCREEN=0
|
-D HAS_SCREEN=0
|
||||||
-D HAS_TFT=1
|
-D HAS_TFT=1
|
||||||
-D USE_I2S_BUZZER
|
-D USE_I2S_BUZZER
|
||||||
-D RAM_SIZE=2048
|
-D RAM_SIZE=4096
|
||||||
-D LV_LVGL_H_INCLUDE_SIMPLE
|
-D LV_LVGL_H_INCLUDE_SIMPLE
|
||||||
-D LV_CONF_INCLUDE_SIMPLE
|
-D LV_CONF_INCLUDE_SIMPLE
|
||||||
-D LV_COMP_CONF_INCLUDE_SIMPLE
|
-D LV_COMP_CONF_INCLUDE_SIMPLE
|
||||||
|
Loading…
Reference in New Issue
Block a user