From 56ba98ba0deba1e65264b47dfe4634096f6abeaf Mon Sep 17 00:00:00 2001 From: nasimovy Date: Sun, 6 Apr 2025 14:20:36 +0000 Subject: [PATCH] T-beam V1.1 PSRAM --- variants/tbeam/platformio.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/variants/tbeam/platformio.ini b/variants/tbeam/platformio.ini index 85e66c2dd..9049836a3 100644 --- a/variants/tbeam/platformio.ini +++ b/variants/tbeam/platformio.ini @@ -8,4 +8,6 @@ lib_deps = build_flags = ${esp32_base.build_flags} -D TBEAM_V10 -I variants/tbeam -DGPS_POWER_TOGGLE ; comment this line to disable double press function on the user button to turn off gps entirely. + -DBOARD_HAS_PSRAM + -mfix-esp32-psram-cache-issue upload_speed = 921600 \ No newline at end of file