Merge pull request #1268 from meshtastic/2.6.6

Bump timer back down
This commit is contained in:
Garth Vander Houwen 2025-06-15 21:35:25 -07:00 committed by GitHub
commit 86d4e4728a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
private var wantConfigTimer: Timer?
private var wantConfigRetryCount = 0
private let maxWantConfigRetries = 3
private let wantConfigTimeoutInterval: TimeInterval = 10.0
private let wantConfigTimeoutInterval: TimeInterval = 6.0
// MARK: init
private override init() {