Skip to content

Commit d02c4af

Browse files
authored
Merge pull request #461 from sbias/add-channel-info
add channel info
2 parents abbe9ba + 7123a09 commit d02c4af

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)