increase scanAutoStop to 10s

This commit is contained in:
notiant
2026-02-08 17:23:38 +01:00
committed by GitHub
parent 677d84b613
commit eee8e12546
+1 -1
View File
@@ -14,7 +14,7 @@ Singleton {
// Constants (centralized tunables)
readonly property int ctlPollMs: 1500
readonly property int ctlPollSoonMs: 250
readonly property int scanAutoStopMs: 6000
readonly property int scanAutoStopMs: 10000
property bool airplaneModeToggled: false
property bool lastBluetoothBlocked: false