mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
add channel info
This commit is contained in:
1 parent
abbe9ba10e
commit
7123a095dc
1 file changed
+1
@@ -203,6 +203,7 @@ class MeshInterface:
|
||||
row.update(
|
||||
{
|
||||
"SNR": formatFloat(node.get("snr"), 2, " dB"),
|
||||
"Channel": node.get("channel"),
|
||||
"LastHeard": getLH(node.get("lastHeard")),
|
||||
"Since": getTimeAgo(node.get("lastHeard")),
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user