diff --git a/ESP-IDF_Robot/.vscode/settings.json b/ESP-IDF_Robot/.vscode/settings.json index 1c1ad20df..6a9cf76e5 100644 --- a/ESP-IDF_Robot/.vscode/settings.json +++ b/ESP-IDF_Robot/.vscode/settings.json @@ -7,7 +7,7 @@ "idf.toolsPath": "/home/abobkov/.espressif", "idf.port": "/dev/ttyACM0", "idf.flashType": "UART", - "idf.pythonInstallPath": "c:\\Users\\alex\\esp\\tools\\idf-python\\3.11.2\\python.exe", + "idf.pythonInstallPath": "/usr/bin/python3", "idf.espIdfPathWin": "C:\\Users\\alex\\esp\\v5.4\\esp-idf", "idf.toolsPathWin": "c:\\Users\\alex\\esp\\" }