From 9deda3d6a575dba0b5095c52701f1cbe99ef5309 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 28 Dec 2022 06:52:12 -0800 Subject: [PATCH] Actually log the trace route if there are nodes in the array --- Meshtastic/Helpers/BLEManager.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Meshtastic/Helpers/BLEManager.swift b/Meshtastic/Helpers/BLEManager.swift index 618ed01a..57bd1f01 100644 --- a/Meshtastic/Helpers/BLEManager.swift +++ b/Meshtastic/Helpers/BLEManager.swift @@ -544,6 +544,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, ObservableObject { routeString += "\(node) --> " } routeString += "\(decodedInfo.packet.from)" + MeshLogger.log(routeString) } } case .UNRECOGNIZED(_):