Wifi and ESPNOW don't work at the same time

This commit is contained in:
jimmy 2025-06-02 00:15:31 +12:00
parent 2dd20fa51b
commit 3d7dd754eb
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ async def main():
wdt.feed() wdt.feed()
asyncio.create_task(wifi_connect()) #asyncio.create_task(wifi_connect())
asyncio.create_task(tick()) asyncio.create_task(tick())
asyncio.create_task(espnow()) asyncio.create_task(espnow())