Skip to content

Commit 9f2b54e

Browse files
authored
Merge pull request #540 from ianmcorvidae/hopsaway
Show hops away when present in nodeDB (fixes #539)
2 parents 1c93b7b + 278ca74 commit 9f2b54e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meshtastic/mesh_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def getTimeAgo(ts):
208208
row.update(
209209
{
210210
"SNR": formatFloat(node.get("snr"), 2, " dB"),
211+
"Hops Away": node.get("hopsAway", "unknown"),
211212
"Channel": node.get("channel"),
212213
"LastHeard": getLH(node.get("lastHeard")),
213214
"Since": getTimeAgo(node.get("lastHeard")),

0 commit comments

Comments
 (0)