11 lines
273 B
JSON
11 lines
273 B
JSON
{
|
|
"idf.currentSetup": "/Users/moyyang/esp/v5.5.2/esp-idf",
|
|
"idf.flashType": "UART",
|
|
"idf.port": "/dev/tty.usbserial-110",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32s3"
|
|
}
|
|
} |