Skip to content

Commit 7123a09

Browse files
committed
add channel info
1 parent abbe9ba commit 7123a09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meshtastic/mesh_interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def getTimeAgo(ts):
203203
row.update(
204204
{
205205
"SNR": formatFloat(node.get("snr"), 2, " dB"),
206+
"Channel": node.get("channel"),
206207
"LastHeard": getLH(node.get("lastHeard")),
207208
"Since": getTimeAgo(node.get("lastHeard")),
208209
}

0 commit comments

Comments
 (0)