From 147416045add7b7dbf813f51b8d53ba291038940 Mon Sep 17 00:00:00 2001 From: mverch67 Date: Mon, 10 Feb 2025 13:40:35 +0100 Subject: [PATCH] increase T-Deck PSRAM to avoid too early out-of-memory when messages fill up the storage --- variants/t-deck/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/t-deck/platformio.ini b/variants/t-deck/platformio.ini index ce5efd1ff..42cc4c44d 100644 --- a/variants/t-deck/platformio.ini +++ b/variants/t-deck/platformio.ini @@ -43,7 +43,7 @@ build_flags = -D HAS_SCREEN=0 -D HAS_TFT=1 -D USE_I2S_BUZZER - -D RAM_SIZE=2048 + -D RAM_SIZE=4096 -D LV_LVGL_H_INCLUDE_SIMPLE -D LV_CONF_INCLUDE_SIMPLE -D LV_COMP_CONF_INCLUDE_SIMPLE