mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Actually log the trace route if there are nodes in the array
This commit is contained in:
parent
31005c1a4f
commit
9deda3d6a5
1 changed files with 1 additions and 0 deletions
|
|
@ -544,6 +544,7 @@ class BLEManager: NSObject, CBPeripheralDelegate, ObservableObject {
|
|||
routeString += "\(node) --> "
|
||||
}
|
||||
routeString += "\(decodedInfo.packet.from)"
|
||||
MeshLogger.log(routeString)
|
||||
}
|
||||
}
|
||||
case .UNRECOGNIZED(_):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue