Skip to content

Commit 19a2a1e

Browse files
authored
Enable PSRAM for adafruit_feather_esp32s3_reversetft (platformio#1414)
1 parent ad7b231 commit 19a2a1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boards/adafruit_feather_esp32s3_reversetft.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT",
1111
"-DARDUINO_USB_CDC_ON_BOOT=1",
1212
"-DARDUINO_RUNNING_CORE=1",
13-
"-DARDUINO_EVENT_RUNNING_CORE=1"
13+
"-DARDUINO_EVENT_RUNNING_CORE=1",
14+
"-DBOARD_HAS_PSRAM",
1415
],
1516
"f_cpu": "240000000L",
1617
"f_flash": "80000000L",

0 commit comments

Comments
 (0)