From 803e36e1e9050298daea9c82ce9c340cea6241f9 Mon Sep 17 00:00:00 2001 From: Alexandre Bobkov Date: Sat, 26 Jul 2025 13:28:24 -0400 Subject: [PATCH] modified: ESP-IDF_Robot/.vscode/settings.json --- ESP-IDF_Robot/.vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\\" }