From 7afff6a56aaae48f46ac6a899224b183f6dbf311 Mon Sep 17 00:00:00 2001 From: Alexander B Date: Thu, 26 Jun 2025 01:19:09 -0400 Subject: [PATCH] PWM rescaling --- 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 1fb66b6a9..efb0f0e09 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" }