Skip to content

Commit f4119a6

Browse files
authored
Corrections for esp32s3box board (platformio#914)
- Fixed the "memory_type" option - Removed unnecessary defines
1 parent 2f2a8d4 commit f4119a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

boards/esp32s3box.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
"build": {
33
"arduino":{
44
"ldscript": "esp32s3_out.ld",
5-
"memory_type": "qspi_opi"
5+
"memory_type": "qio_opi"
66
},
77
"core": "esp32",
88
"extra_flags": [
9-
"-DARDUINO_RUNNING_CORE=1",
10-
"-DARDUINO_EVENT_RUNNING_CORE=1",
119
"-DBOARD_HAS_PSRAM",
1210
"-DARDUINO_ESP32_S3_BOX",
1311
"-DARDUINO_USB_MODE=1",

0 commit comments

Comments
 (0)