Merge pull request #540 from ianmcorvidae/hopsaway

Show hops away when present in nodeDB (fixes #539)
This commit is contained in:
Ian McEwen authored and GitHub committed 2024-04-08 11:28:39 -07:00
commit 9f2b54eb98
1 file changed
+1
+1
View File
@@ -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")),