Update mesh_bot.py

This commit is contained in:
SpudGunMan
2024-12-06 11:34:57 -08:00
parent 015b72c8c6
commit a608e29911
+4 -2
View File
@@ -1115,8 +1115,10 @@ async def main():
hamlibTask = asyncio.create_task(handleSignalWatcher())
await asyncio.gather(meshRxTask, watchdogTask)
await asyncio.gather(hamlibTask)
await asyncio.gather(fileMonTask)
if radio_detection_enabled:
await asyncio.gather(hamlibTask)
if file_monitor_enabled:
await asyncio.gather(fileMonTask)
await asyncio.sleep(0.01)