Merge remote-tracking branch 'refs/remotes/origin/2.6.6'

This commit is contained in:
Garth Vander Houwen 2025-06-15 12:41:16 -07:00
commit be762e4454

View file

@ -255,6 +255,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
// Disconnect Peripheral Event
func centralManager(_ central: CBCentralManager, didDisconnectPeripheral peripheral: CBPeripheral, error: Error?) {
resetWantConfigRetries()
self.connectedPeripheral = nil
self.isConnecting = false
self.isConnected = false