Merge pull request #515 from meshtastic/2.2.24_Working_Changes

Add back clearing of channels
This commit is contained in:
Garth Vander Houwen 2024-02-23 09:10:44 -08:00 committed by GitHub
commit c7ed3a9bca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -532,7 +532,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, MqttClientProxyManagerDelegate
connectedPeripheral.name = myInfo?.bleName ?? "unknown".localized
connectedPeripheral.longName = myInfo?.bleName ?? "unknown".localized
}
//tryClearExistingChannels()
tryClearExistingChannels()
}
// NodeInfo
if decodedInfo.nodeInfo.num > 0 {// && !invalidVersion {