Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-08-04 22:23:35 -07:00
parent 53a2fb88b3
commit 9910ecc257
+1 -1
View File
@@ -328,7 +328,7 @@ async def start_rx():
print(f"System: Store and Forward Enabled using limit: {storeFlimit}")
if useDMForResponse:
print(f"System: Respond by DM only")
if repeater_enabled:
if repeater_enabled and interface2_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(get_hamlib('f'))}")