mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 22:24:26 +00:00
11 lines
279 B
JSON
11 lines
279 B
JSON
{
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"idf.espIdfPath": "/home/alex/esp/v5.3.2/esp-idf",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32c3-builtin.cfg"
|
|
],
|
|
"idf.toolsPath": "/home/alex/.espressif",
|
|
"idf.port": "/dev/ttyACM0",
|
|
"idf.flashType": "UART"
|
|
}
|