Enable garabage collection

This commit is contained in:
jimmy 2025-05-28 21:19:56 +12:00
parent d33bd6b0e4
commit 2dd20fa51b
1 changed files with 1 additions and 2 deletions

View File

@ -62,8 +62,7 @@ async def main():
while True:
#print(time.localtime())
#gc.collect()
gc.collect()
for i in range(20):
wdt.feed()
await asyncio.sleep_ms(1000)