Show hops away when present in nodeDB (fixes #539)

This commit is contained in:
Ian McEwen
2024-04-08 11:24:21 -07:00
parent 1c93b7bd52
commit 278ca74a70

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