diff --git a/Meshtastic/Helpers/BLEManager.swift b/Meshtastic/Helpers/BLEManager.swift index 0dd8ab06..b19ea46d 100644 --- a/Meshtastic/Helpers/BLEManager.swift +++ b/Meshtastic/Helpers/BLEManager.swift @@ -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() {