mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 14:17:20 +00:00
15 lines
478 B
JSON
15 lines
478 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPath": "/home/alex/esp/v5.4.1/esp-idf",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32c3-builtin.cfg"
|
|
],
|
|
"idf.toolsPath": "/home/alex/.espressif",
|
|
"idf.port": "/dev/ttyACM0",
|
|
"idf.flashType": "UART",
|
|
"idf.pythonInstallPath": "/usr/bin/python3",
|
|
"idf.espIdfPathWin": "C:\\Users\\alex\\esp\\v5.4\\esp-idf",
|
|
"idf.toolsPathWin": "c:\\Users\\alex\\esp\\",
|
|
"idfWeb.flashBaudRate": 115200
|
|
}
|