fix(nginx): 调整企业微信回调代理路径 feat(gateway): 添加企业微信消息处理功能 docs: 更新项目规划文档和企业微信配置详情 refactor(XCamera): 重构LED检测和图像处理逻辑 test: 添加ONVIF抓图测试功能
10 lines
372 B
JSON
10 lines
372 B
JSON
{
|
|
"idf.currentSetup": "D:/DiskC/ProgramFiles/Espressif/frameworks/esp-idf-v5.2.6/",
|
|
"clangd.path": "D:\\DiskC\\ProgramFiles\\Espressif\\tools\\esp-clang\\16.0.1-fe4f10a809\\esp-clang\\bin\\clangd.exe",
|
|
"clangd.arguments": [
|
|
"--background-index",
|
|
"--query-driver=**",
|
|
"--compile-commands-dir=d:\\Projects\\trunk\\JoyD\\ESP32\\my_usb_project\\build"
|
|
]
|
|
}
|