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