diff --git a/.gitignore b/.gitignore index d137e6f..e035a92 100644 --- a/.gitignore +++ b/.gitignore @@ -41,4 +41,5 @@ target_wrapper.* # QtCreator CMake CMakeLists.txt.user* build -sdkconfig \ No newline at end of file +sdkconfig +managed_components \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index 69e253d..0542c76 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -13,7 +13,7 @@ "interface/ftdi/esp32_devkitj_v1.cfg", "target/esp32.cfg" ], - "idf.portWin": "COM5", + "idf.portWin": "COM3", "idf.pythonBinPathWin": "E:\\Projects\\esp\\.espressif\\python_env\\idf5.2_py3.11_env\\Scripts\\python.exe", "idf.toolsPathWin": "d:\\Espressif\\.espressif", "idf.pythonInstallPath": "d:\\Espressif\\.espressif\\tools\\idf-python\\3.11.2\\python.exe",