Merge pull request #540 from ianmcorvidae/hopsaway

Show hops away when present in nodeDB (fixes #539)
This commit is contained in:
Ian McEwen
2024-04-08 11:28:39 -07:00
committed by GitHub

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")),