Corrections for esp32s3box board (#914)
- Fixed the "memory_type" option - Removed unnecessary defines
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user