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

add channel info
This commit is contained in:
Garth Vander Houwen
2023-10-07 10:25:14 -07:00
committed by GitHub

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")),
}