15 lines
370 B
JSON
15 lines
370 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPath": "/home/bruno/esp/master/esp-idf",
|
|
"idf.pythonInstallPath": "/usr/bin/python3",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32s3-builtin.cfg"
|
|
],
|
|
"idf.port": "/dev/ttyUSB0",
|
|
"idf.toolsPath": "/home/bruno/.espressif",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32s3"
|
|
},
|
|
"idf.flashType": "UART"
|
|
}
|