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

Commit

Permalink
fix: Blueberry name filter
Browse files Browse the repository at this point in the history
  • Loading branch information
reasje committed Jul 26, 2024
1 parent 7cc75e4 commit e555830
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 e555830

Please sign in to comment.