Enable garabage collection
This commit is contained in:
@@ -62,8 +62,7 @@ async def main():
|
|||||||
while True:
|
while True:
|
||||||
|
|
||||||
#print(time.localtime())
|
#print(time.localtime())
|
||||||
|
gc.collect()
|
||||||
#gc.collect()
|
|
||||||
for i in range(20):
|
for i in range(20):
|
||||||
wdt.feed()
|
wdt.feed()
|
||||||
await asyncio.sleep_ms(1000)
|
await asyncio.sleep_ms(1000)
|
||||||
|
|||||||
Reference in New Issue
Block a user