Skip to content

Commit 3b2d8e7

Browse files
committed
test on ESP
1 parent 8a5c542 commit 3b2d8e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main_esp.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
import uasyncio as asyncio
55
from machine import Pin
66
import ujson as json
7+
import gc
8+
9+
gc.enable()
710

811
#asyncio.set_debug(enabled=True, stack_size=3072)
912

0 commit comments

Comments
 (0)