Skip to content

Commit

Permalink
Enable PSRAM for adafruit_feather_esp32s3_reversetft (#1414)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcorliss committed Jul 2, 2024
1 parent ad7b231 commit 19a2a1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boards/adafruit_feather_esp32s3_reversetft.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"-DARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT",
"-DARDUINO_USB_CDC_ON_BOOT=1",
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1"
"-DARDUINO_EVENT_RUNNING_CORE=1",
"-DBOARD_HAS_PSRAM",
],
"f_cpu": "240000000L",
"f_flash": "80000000L",
Expand Down

0 comments on commit 19a2a1e

Please sign in to comment.