From 777a44b1802328d5767cb7d5fb4791aaea0750c2 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 22 Dec 2024 08:59:45 -0500 Subject: [PATCH] ESP IDF Robot --- 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 7a199ae88..0791c138c 100644 --- a/ESP-IDF_Robot/.vscode/settings.json +++ b/ESP-IDF_Robot/.vscode/settings.json @@ -5,6 +5,6 @@ "board/esp32c3-builtin.cfg" ], "idf.toolsPath": "/home/abobkov/.espressif", - "idf.port": "/dev/ttyACM1", + "idf.port": "/dev/ttyACM0", "idf.flashType": "UART" }