LED_shit/workspace.code-workspace
2025-11-22 00:13:32 +00:00

18 lines
463 B
Plaintext

{
"folders": [
{ "path": "." }
],
"settings": {
"idf.espIdfPath": "C:/Espressif/esp-idf",
"idf.pythonBinPath": "C:/Espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe",
"idf.toolsPath": "C:/Espressif/tools",
"idf.openOcdConfigs": [
"board/esp32-wrover-kit-3.3v.cfg"
],
"idf.port": "COM3",
"idf.flashBaudRate": "921600",
"idf.monitorBaudRate": "115200",
"cmake.sourceDirectory": "${workspaceFolder}"
}
}