mirror of
https://github.com/meshtastic/python.git
synced 2026-01-01 04:17:59 -05:00
Display unknown hop count as '?', and header as just 'Hops'
This commit is contained in:
@@ -303,7 +303,7 @@ class MeshInterface: # pylint: disable=R0902
|
||||
row.update(
|
||||
{
|
||||
"SNR": formatFloat(node.get("snr"), 2, " dB"),
|
||||
"Hops Away": node.get("hopsAway", "0/unknown"),
|
||||
"Hops": node.get("hopsAway", "?"),
|
||||
"Channel": node.get("channel", 0),
|
||||
"LastHeard": getLH(node.get("lastHeard")),
|
||||
"Since": getTimeAgo(node.get("lastHeard")),
|
||||
|
||||
Reference in New Issue
Block a user