mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-06-23 02:44:30 +10:00
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:
@@ -28,7 +28,6 @@ class BackgroundService {
|
||||
foregroundTaskOptions: const ForegroundTaskOptions(
|
||||
interval: 5000,
|
||||
autoRunOnBoot: false,
|
||||
allowWakeLock: true,
|
||||
allowWifiLock: false,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user