This commit is contained in:
amass 2025-04-19 13:49:56 +08:00
parent 3e43587034
commit 384ef1fe9d
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -41,4 +41,5 @@ target_wrapper.*
# QtCreator CMake
CMakeLists.txt.user*
build
sdkconfig
sdkconfig
managed_components

View File

@ -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",