From 7123a095dc534b94926ab44af71d536e4a7d1962 Mon Sep 17 00:00:00 2001 From: Sascha Bias Date: Sat, 7 Oct 2023 19:01:01 +0200 Subject: [PATCH] add channel info --- meshtastic/mesh_interface.py | 1 + 1 file changed, 1 insertion(+) 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")), }