10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32s3"
|
|
},
|
|
"idf.flashType": "UART"
|
|
}
|