From e9c8de983752cc20a813ea161b233c7266d4fc60 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 20 Feb 2024 21:51:50 -0800 Subject: [PATCH] Experiment over --- Meshtastic/Helpers/BLEManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meshtastic/Helpers/BLEManager.swift b/Meshtastic/Helpers/BLEManager.swift index a0f67809..5049c74e 100644 --- a/Meshtastic/Helpers/BLEManager.swift +++ b/Meshtastic/Helpers/BLEManager.swift @@ -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 {