Update main.py

This commit is contained in:
jimmy 2025-05-18 21:28:41 +12:00
parent bd4046572c
commit 4a36ff0da0
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ async def main():
async for mac, msg in e:
print(msg)
set_settings(msg, settings, patterns)
print("should not print")
asyncio.create_task(tick())
asyncio.create_task(espnow())