From 18871caad227d45df5e2dce01f80b45322b5159d Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 31 Jul 2024 19:32:45 -0700 Subject: [PATCH] Update mesh_bot.py --- mesh_bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh_bot.py b/mesh_bot.py index 7ffb732..816500d 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -323,7 +323,7 @@ async def start_rx(): if repeater_enabled: print(f"System: Repeater Enabled for Channels: {repeater_channels}") if radio_dectection_enabled: - print(f"System: Radio Detection Enabled using rigctld at {rigControlServerAddress} brodcasting to channels: {sigWatchBrodcastCh} for {get_freq_common_name(sigWatchBrodcastCh[0])}") + print(f"System: Radio Detection Enabled using rigctld at {rigControlServerAddress} brodcasting to channels: {sigWatchBrodcastCh} for {get_freq_common_name(get_hamlib('f'))}") # Start the receive subscriber using pubsub via meshtastic library pub.subscribe(onReceive, 'meshtastic.receive')