670加入用户确认收到消息

This commit is contained in:
liub
2025-11-20 16:40:14 +08:00
parent 3a75d4df2b
commit 294d854867
8 changed files with 433 additions and 50 deletions

View File

@ -59,10 +59,10 @@ class BleReceive {
if (handler) {
let data = handler(receive, f, path, recArr);
console.log("handler返回的数据:", data);
console.log("设备"+f.device.deviceName+"收到消息,handler返回的数据:", data);
return data;
} else {
console.log("已收到消息,但无指定处理程序, deviceUrl:", f.device.detailPageUrl, "可用handlers:", keys);
console.error("已收到消息,但无指定处理程序, deviceUrl:", f.device.detailPageUrl, "可用handlers:", keys);
}
} else {