Skip to content

Commit e77fc71

Browse files
committed
wake app every 250ms instead of 500
1 parent ef5c548 commit e77fc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Backend/Bluetooth/bluetooth_manager_plus.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class _OnConnectionStateChanged extends _$OnConnectionStateChanged {
251251
),
252252
iosNotificationOptions: const IOSNotificationOptions(),
253253
foregroundTaskOptions: ForegroundTaskOptions(
254-
eventAction: ForegroundTaskEventAction.repeat(500),
254+
eventAction: ForegroundTaskEventAction.repeat(250),
255255
allowWakeLock: true,
256256
),
257257
);

0 commit comments

Comments
 (0)