mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-30 19:49:02 +00:00
.
This commit is contained in:
13
ESP32-IDF_mqtt-ssl/.vscode/settings.json
vendored
Normal file
13
ESP32-IDF_mqtt-ssl/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user