Skip to content

Commit 278ca74

Browse files
committed
Show hops away when present in nodeDB (fixes #539)
1 parent 1c93b7b commit 278ca74

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)