Merge pull request #461 from sbias/add-channel-info

add channel info
This commit is contained in:
Garth Vander Houwen authored and GitHub committed 2023-10-07 10:25:14 -07:00
commit d02c4af995
1 file changed
+1
+1
View File
@@ -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")),
}