18 lines
369 B
JSON
18 lines
369 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"
|
|
],
|
|
"files.associations": {
|
|
"dev_name.h": "c",
|
|
"stdio.h": "c",
|
|
"storage.h": "c",
|
|
"cstdlib": "c",
|
|
"cstring": "c"
|
|
}
|
|
}
|