From a9010399ceb2a50793b6faa5bbac5a8cc873d4e3 Mon Sep 17 00:00:00 2001 From: Pirata Date: Thu, 28 Nov 2024 09:58:33 -0300 Subject: [PATCH] fix S3 PSRAMless --- ports/ESP-General/platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/ESP-General/platformio.ini b/ports/ESP-General/platformio.ini index f679efe..76dda10 100644 --- a/ports/ESP-General/platformio.ini +++ b/ports/ESP-General/platformio.ini @@ -71,7 +71,7 @@ build_flags = ${env.build_flags} -Iports/ESP-General ;-DCORE_DEBUG_LEVEL=5 - -DBOARD_HAS_PSRAM=1 + ;-DBOARD_HAS_PSRAM=1 -DHEADLESS=1