We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abbe9ba + 7123a09 commit d02c4afCopy full SHA for d02c4af
1 file changed
meshtastic/mesh_interface.py
@@ -203,6 +203,7 @@ def getTimeAgo(ts):
203
row.update(
204
{
205
"SNR": formatFloat(node.get("snr"), 2, " dB"),
206
+ "Channel": node.get("channel"),
207
"LastHeard": getLH(node.get("lastHeard")),
208
"Since": getTimeAgo(node.get("lastHeard")),
209
}
0 commit comments