incyclist-devices 3.0.23 → 3.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -270,8 +270,8 @@ export class DirectConnectPeripheral {
|
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
for (const element of retry) {
|
|
273
|
-
const
|
|
274
|
-
await this.subscribe(
|
|
273
|
+
const uuid = element;
|
|
274
|
+
await this.subscribe(uuid, callback);
|
|
275
275
|
}
|
|
276
276
|
return true;
|
|
277
277
|
}
|