From eab859ebe29f48875e34f9a754027c6d3429c79e Mon Sep 17 00:00:00 2001 From: ismail Date: Fri, 2 May 2025 16:38:22 +0300 Subject: [PATCH] =?UTF-8?q?Port=20numaras=C4=B1=20g=C3=BCncellendi.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/gpio/.vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/gpio/.vscode/settings.json b/examples/gpio/.vscode/settings.json index ce46311..0f84be7 100644 --- a/examples/gpio/.vscode/settings.json +++ b/examples/gpio/.vscode/settings.json @@ -7,5 +7,6 @@ "idf.openOcdConfigs": [ "board/esp32c3-builtin.cfg" ], - "idf.flashType": "UART" + "idf.flashType": "UART", + "idf.port": "/dev/ttyUSB0" } \ No newline at end of file