Enable garabage collection
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user