modified: ESP-IDF_Robot/.vscode/settings.json

This commit is contained in:
2025-07-26 13:28:24 -04:00
parent 8783e8db91
commit 803e36e1e9

View File

@@ -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\\"
}