From 1260e9db1bf331fa4d976f7889aa0ece41fafd93 Mon Sep 17 00:00:00 2001 From: Alexander B Date: Wed, 25 Jun 2025 02:20:09 -0400 Subject: [PATCH] adc --- 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 454890ac6..ed59cd70f 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/abobkov/.espressif", - "idf.port": "/dev/ttyACM0", + "idf.port": "/dev/ttyACM1", "idf.flashType": "UART", "idf.pythonInstallPath": "/usr/bin/python3" }