From bba854d5940bbf0ef3b1a82a1389b0d145711c8e Mon Sep 17 00:00:00 2001 From: Alexander B Date: Mon, 28 Jul 2025 20:31:57 -0400 Subject: [PATCH] ESPNOW + WiFi + InfluxDB --- 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 d3ec7d998..f093d5235 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/ttyS16", + "idf.port": "/dev/ttyACM0", "idf.flashType": "UART", "idf.pythonInstallPath": "/usr/bin/python3", "idf.espIdfPathWin": "C:\\Users\\alex\\esp\\v5.4\\esp-idf",