add channel info

This commit is contained in:
Sascha Bias
2023-10-07 19:01:01 +02:00
parent abbe9ba10e
commit 7123a095dc

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