diff --git a/Meshtastic/Helpers/BLEManager.swift b/Meshtastic/Helpers/BLEManager.swift index 1c672bf1..3057e4d7 100644 --- a/Meshtastic/Helpers/BLEManager.swift +++ b/Meshtastic/Helpers/BLEManager.swift @@ -164,6 +164,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, ObservableObject { preferredPeripheral = false print("Trying to connect a non prefered peripheral") } + UserDefaults.standard.synchronize() // Invalidate and reset connection timer count timeoutTimerCount = 0 if timeoutTimer != nil {