From 50735e7439101b0d0858c741029226f9763ecb5b Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Wed, 25 Sep 2024 05:29:07 -0400 Subject: [PATCH] . --- ESP32-Rainmaker-Switch/.vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-Rainmaker-Switch/.vscode/settings.json b/ESP32-Rainmaker-Switch/.vscode/settings.json index ab2b79de..fa20842a 100644 --- a/ESP32-Rainmaker-Switch/.vscode/settings.json +++ b/ESP32-Rainmaker-Switch/.vscode/settings.json @@ -12,7 +12,7 @@ "idf.openOcdConfigs": [ "board/esp32c3-ftdi.cfg" ], - "idf.portWin": "COM35", + "idf.portWin": "COM38", "idf.pythonBinPathWin": "c:\\Users\\alex\\.espressif\\tools\\python_env\\idf5.2_py3.11_env\\Scripts\\python.exe", "idf.toolsPathWin": "c:\\Users\\alex\\.espressif\\tools", "idf.gitPathWin": "c:\\Users\\alex\\.espressif\\tools\\tools\\idf-git\\2.39.2\\cmd\\git.exe",