Skip to content

Commit 316e9c6

Browse files
authored
sparkfun_esp32s3_thing_plus has QIO PSRAM
1 parent e7a1a34 commit 316e9c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/sparkfun_esp32s3_thing_plus.json

+4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"build": {
3+
"arduino": {
4+
"memory_type": "qio_qspi"
5+
},
36
"core": "esp32",
47
"extra_flags": [
8+
"-DBOARD_HAS_PSRAM",
59
"-DARDUINO_ESP32S3_DEV",
610
"-DARDUINO_USB_MODE=1",
711
"-DARDUINO_RUNNING_CORE=1",

0 commit comments

Comments
 (0)