1
0
forked from dyf/APP

修复蓝牙连接锁未释放的问题

This commit is contained in:
liub
2026-04-30 11:23:28 +08:00
parent 677586e51c
commit 6d9df4c945
24 changed files with 1225 additions and 759 deletions

View File

@ -14,7 +14,7 @@ import {
class BleReceive {
constructor(_ref) {
if(_ref){
if(_ref && !this.ref){
this.ref = _ref;
}
this.StorageKey = "linkedDevices";