diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index e7533cc7..f476af32 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -208,6 +208,7 @@ def getTimeAgo(ts): row.update( { "SNR": formatFloat(node.get("snr"), 2, " dB"), + "Hops Away": node.get("hopsAway", "unknown"), "Channel": node.get("channel"), "LastHeard": getLH(node.get("lastHeard")), "Since": getTimeAgo(node.get("lastHeard")),