Actually log the trace route if there are nodes in the array

This commit is contained in:
Garth Vander Houwen 2022-12-28 06:52:12 -08:00
parent 31005c1a4f
commit 9deda3d6a5

View file

@ -544,6 +544,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, ObservableObject {
routeString += "\(node) --> "
}
routeString += "\(decodedInfo.packet.from)"
MeshLogger.log(routeString)
}
}
case .UNRECOGNIZED(_):