LED_shit/workspace.code-workspace

18 lines
463 B
Plaintext
Raw Normal View History

2025-11-04 21:33:28 +00:00
{
"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",
2025-11-22 00:13:32 +00:00
"idf.flashBaudRate": "921600",
"idf.monitorBaudRate": "115200",
2025-11-04 21:33:28 +00:00
"cmake.sourceDirectory": "${workspaceFolder}"
}
}