Corrections for esp32s3box board (#914)

- Fixed the "memory_type" option
- Removed unnecessary defines
This commit is contained in:
Jason2866
2022-09-26 12:57:02 +02:00
committed by GitHub
parent 2f2a8d4b51
commit f4119a641b
+1 -3
View File
@@ -2,12 +2,10 @@
"build": {
"arduino":{
"ldscript": "esp32s3_out.ld",
"memory_type": "qspi_opi"
"memory_type": "qio_opi"
},
"core": "esp32",
"extra_flags": [
"-DARDUINO_RUNNING_CORE=1",
"-DARDUINO_EVENT_RUNNING_CORE=1",
"-DBOARD_HAS_PSRAM",
"-DARDUINO_ESP32_S3_BOX",
"-DARDUINO_USB_MODE=1",