diff --git a/ESP-IDF_Robot/.vscode/settings.json b/ESP-IDF_Robot/.vscode/settings.json index dddf1bdd6..97bbe74aa 100644 --- a/ESP-IDF_Robot/.vscode/settings.json +++ b/ESP-IDF_Robot/.vscode/settings.json @@ -4,5 +4,6 @@ "idf.openOcdConfigs": [ "board/esp32c3-builtin.cfg" ], - "idf.toolsPath": "/home/abobkov/.espressif" + "idf.toolsPath": "/home/abobkov/.espressif", + "idf.port": "/dev/ttyACM1" }