Wifi and ESPNOW don't work at the same time

This commit is contained in:
2025-06-02 00:15:31 +12:00
parent 2dd20fa51b
commit 3d7dd754eb

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())