diff --git a/meshtastic/mesh_interface.py b/meshtastic/mesh_interface.py index 7d22312..e4ae5d5 100644 --- a/meshtastic/mesh_interface.py +++ b/meshtastic/mesh_interface.py @@ -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")), }