mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 00:09:18 +00:00
15 lines
574 B
JSON
15 lines
574 B
JSON
{
|
|
"idf.espIdfPath": "/home/abobkov/esp/v5.4.1/esp-idf",
|
|
"idf.toolsPath": "/home/abobkov/.espressif",
|
|
"idf.pythonInstallPath": "/usr/bin/python3",
|
|
"idf.openOcdConfigs": [
|
|
"board/esp32c3-builtin.cfg"
|
|
],
|
|
"idf.customExtraVars": {
|
|
"OPENOCD_SCRIPTS": "/home/abobkov/.espressif/tools/openocd-esp32/v0.12.0-esp32-20240821/openocd-esp32/share/openocd/scripts",
|
|
"ESP_ROM_ELF_DIR": "/home/abobkov/.espressif/tools/esp-rom-elfs/20230320/",
|
|
"IDF_TARGET": "esp32c3"
|
|
},
|
|
"idf.port": "/dev/ttyS4",
|
|
"idf.flashType": "UART"
|
|
} |