remove wakelock

was being used to keep ble active which is not what it does

in early testing the ble remains connected with display off and also
when switching apps
This commit is contained in:
446564
2026-02-10 19:38:46 -08:00
parent 71cf556b61
commit 84a32c1e67
3 changed files with 10 additions and 20 deletions
-1
View File
@@ -28,7 +28,6 @@ class BackgroundService {
foregroundTaskOptions: const ForegroundTaskOptions(
interval: 5000,
autoRunOnBoot: false,
allowWakeLock: true,
allowWifiLock: false,
),
);