完成100
This commit is contained in:
@ -789,7 +789,7 @@ class BleHelper {
|
||||
}
|
||||
|
||||
try {
|
||||
console.log("11111");
|
||||
// console.log("11111");
|
||||
let recData = {
|
||||
deviceId: receive.deviceId,
|
||||
serviceId: receive.serviceId,
|
||||
@ -798,7 +798,7 @@ class BleHelper {
|
||||
str: str,
|
||||
hexs: hexs
|
||||
};
|
||||
console.log("监听到特征值:" + JSON.stringify(recData));
|
||||
// console.log("监听到特征值:" + JSON.stringify(recData));
|
||||
if (this.cfg.receivDataCallback) {
|
||||
|
||||
if (this.cfg.receivDataCallback.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user