Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #264 from MXCzkEVM/blueberry_ring
Browse files Browse the repository at this point in the history
fix: Blueberry name filter
  • Loading branch information
reasje authored Jul 26, 2024
2 parents c8f2cb7 + e555830 commit b9fc697
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ class BlueberryRingUseCase extends ReactiveUseCase {
_bluetoothUseCase.startScanning(
withServices: [bluetoothServiceUUID],
// withNames: ['Mi Smart Band 4'],
withNames: ['2301']

);

await Future.delayed(const Duration(seconds: 2), () async {
Expand Down

0 comments on commit b9fc697

Please sign in to comment.