diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index 743ff3e..9ffa983 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -211,8 +211,8 @@ class MeshInterface: row.update( { "SNR": formatFloat(node.get("snr"), 2, " dB"), - "Hops Away": node.get("hopsAway", "unknown"), - "Channel": node.get("channel"), + "Hops Away": node.get("hopsAway", "0/unknown"), + "Channel": node.get("channel", 0), "LastHeard": getLH(node.get("lastHeard")), "Since": getTimeAgo(node.get("lastHeard")), }