diff --git a/ESP-IDF_Robot_RC/.vscode/settings.json b/ESP-IDF_Robot_RC/.vscode/settings.json index df3be16ec..172ebce99 100644 --- a/ESP-IDF_Robot_RC/.vscode/settings.json +++ b/ESP-IDF_Robot_RC/.vscode/settings.json @@ -5,5 +5,6 @@ "board/esp32c3-builtin.cfg" ], "idf.port": "/dev/ttyACM1", - "idf.toolsPath": "/home/alex/.espressif" + "idf.toolsPath": "/home/alex/.espressif", + "idf.flashType": "UART" }