Do a initial wdt feed
This commit is contained in:
parent
c3fb9566da
commit
a550b60dd0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue