From f63505038f2da193ec3978a92e0f924a7b7afc76 Mon Sep 17 00:00:00 2001 From: "A. Rager" Date: Mon, 6 Mar 2023 05:26:19 +0000 Subject: [PATCH] add psram for lilygo t3 s3 --- boards/tlora-t3s3-v1.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/tlora-t3s3-v1.json b/boards/tlora-t3s3-v1.json index d073fc7c..c5a68981 100644 --- a/boards/tlora-t3s3-v1.json +++ b/boards/tlora-t3s3-v1.json @@ -9,7 +9,8 @@ "-DARDUINO_USB_CDC_ON_BOOT=1", "-DARDUINO_USB_MODE=0", "-DARDUINO_RUNNING_CORE=1", - "-DARDUINO_EVENT_RUNNING_CORE=1" + "-DARDUINO_EVENT_RUNNING_CORE=1", + "-DBOARD_HAS_PSRAM" ], "f_cpu": "240000000L", "f_flash": "80000000L",