12 lines
259 B
JSON
12 lines
259 B
JSON
{
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32c3-bridge.cfg"
|
|
],
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32c3"
|
|
},
|
|
"idf.port": "/dev/tty.usbmodem834401",
|
|
"idf.flashType": "UART",
|
|
"idf.currentSetup": "/Users/rdzleo/esp/esp-idf/v5.4.2/esp-idf"
|
|
}
|