14 lines
340 B
JSON
14 lines
340 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPath": "/home/sirian/esp/esp-idf",
|
|
"idf.pythonInstallPath": "/usr/bin/python3",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32-wrover-kit-3.3v.cfg"
|
|
],
|
|
"idf.port": "/dev/ttyS0",
|
|
"idf.toolsPath": "/home/sirian/.espressif",
|
|
"idf.customExtraVars": {
|
|
"IDF_TARGET": "esp32"
|
|
}
|
|
}
|