feat(XCamera): 实现异步抓图功能并优化图像处理
fix(nginx): 调整企业微信回调代理路径 feat(gateway): 添加企业微信消息处理功能 docs: 更新项目规划文档和企业微信配置详情 refactor(XCamera): 重构LED检测和图像处理逻辑 test: 添加ONVIF抓图测试功能
This commit is contained in:
8
ESP32/my_usb_project/build_rust_and_flash.bat
Normal file
8
ESP32/my_usb_project/build_rust_and_flash.bat
Normal file
@@ -0,0 +1,8 @@
|
||||
@echo off
|
||||
:: 编译 Rust 组件
|
||||
cd rust_app
|
||||
call cargo build --target xtensa-esp32s3-none-elf -Zbuild-std=core,alloc
|
||||
cd ..
|
||||
|
||||
:: 编译整个项目
|
||||
call idf.cmd build
|
||||
Reference in New Issue
Block a user