mirror of
https://github.com/meshtastic/python.git
synced 2026-01-02 21:07:55 -05:00
Show hops away when present in nodeDB (fixes #539)
This commit is contained in:
@@ -208,6 +208,7 @@ class MeshInterface:
|
||||
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")),
|
||||
|
||||
Reference in New Issue
Block a user