diff --git a/.vscode/settings.json b/.vscode/settings.json index 6a14ecf..0286268 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,12 +1,12 @@ { "C_Cpp.intelliSenseEngine": "default", - "idf.espIdfPath": "/home/unai/.esp/v5.5.2/esp-idf", - "idf.pythonInstallPath": "/usr/bin/python", + "idf.espIdfPath": "/opt/esp/idf", + "idf.pythonInstallPath": "/usr/bin/python3", "idf.openOcdConfigs": [ "board/esp32c6-builtin.cfg" ], "idf.port": "detect", - "idf.toolsPath": "/home/unai/.espressif", + "idf.toolsPath": "/opt/esp", "idf.customExtraVars": { "IDF_TARGET": "esp32c6" },