We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5c542 commit 3b2d8e7Copy full SHA for 3b2d8e7
main_esp.py
@@ -4,6 +4,9 @@
4
import uasyncio as asyncio
5
from machine import Pin
6
import ujson as json
7
+import gc
8
+
9
+gc.enable()
10
11
#asyncio.set_debug(enabled=True, stack_size=3072)
12
0 commit comments