11 lines
234 B
JSON
11 lines
234 B
JSON
|
{
|
||
|
"C_Cpp.intelliSenseEngine": "default",
|
||
|
"idf.port": "/dev/ttyUSB0",
|
||
|
"idf.adapterTargetName": "esp32",
|
||
|
"idf.flashType": "UART",
|
||
|
"idf.openOcdConfigs": [
|
||
|
"interface/ftdi/esp32_devkitj_v1.cfg",
|
||
|
"target/esp32.cfg"
|
||
|
]
|
||
|
}
|