Do a initial wdt feed

This commit is contained in:
Jimmy 2025-02-06 22:19:08 +13:00
parent c3fb9566da
commit a550b60dd0
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ async def main():
print("Starting")
server = asyncio.create_task(w.start_server(host="0.0.0.0", port=80))
wdt = machine.WDT(timeout=10000)
wdt.feed()
async def tick():
while True: