自动更新,从多个接口更新,避免单一的接口挂掉了无法更新
This commit is contained in:
@ -148,7 +148,7 @@ class BleHelper {
|
||||
}
|
||||
|
||||
linkAllDevices() {
|
||||
console.log("模块启动时,自动连接已连接过的设备", this.data.LinkedList);
|
||||
// console.log("模块启动时,自动连接已连接过的设备", this.data.LinkedList);
|
||||
|
||||
if (this.data.LinkedList && this.data.LinkedList.length > 0) {
|
||||
for (var i = 0; i < this.data.LinkedList.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user