From dbbbe996ad869711a46c162da056fc4f581bcc82 Mon Sep 17 00:00:00 2001 From: Alexander B Date: Wed, 24 Sep 2025 20:11:05 -0400 Subject: [PATCH] . --- 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 32756cfd9..8cc97e65e 100644 --- a/ESP-IDF_Robot/.vscode/settings.json +++ b/ESP-IDF_Robot/.vscode/settings.json @@ -5,7 +5,7 @@ "board/esp32c3-builtin.cfg" ], "idf.toolsPath": "/home/alex/.espressif", - "idf.port": "/dev/ttyACM1", + "idf.port": "/dev/ttyACM2", "idf.flashType": "UART", "idf.pythonInstallPath": "/usr/bin/python3", "idf.espIdfPathWin": "C:\\Users\\alex\\esp\\v5.4\\esp-idf",