This commit is contained in:
SpudGunMan
2024-07-31 19:24:44 -07:00
parent 2fc46dba21
commit 4ef939d43c
4 changed files with 55 additions and 13 deletions
+1 -1
View File
@@ -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}")
print(f"System: Radio Detection Enabled using rigctld at {rigControlServerAddress} brodcasting to channels: {sigWatchBrodcastCh} for {get_freq_common_name(sigWatchBrodcastCh[0])}")
# Start the receive subscriber using pubsub via meshtastic library
pub.subscribe(onReceive, 'meshtastic.receive')