fix BLE wifi status delivery and websocket compile issues
This commit is contained in:
@@ -14,7 +14,7 @@ ctrlc = "3"
|
||||
# 跨平台插件依赖
|
||||
opencv = { version = "0.66", default-features = false, features = ["highgui", "imgproc", "videoio"] }
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "process", "sync"] }
|
||||
warp = { version = "0.3.7", default-features = false, features = ["multipart"] }
|
||||
warp = { version = "0.3.7", default-features = false, features = ["multipart", "websocket"] }
|
||||
bytes = "1"
|
||||
futures-util = "0.3"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user