Skip to content

Commit 299d62c

Browse files
committed
remove mention of gc
1 parent 2ad45ea commit 299d62c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/espatcontrol_bitcoinprice.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import time
2-
import gc
32
import board
43
import busio
54
from digitalio import DigitalInOut
@@ -54,6 +53,4 @@
5453
print("Failed to parse json, retrying")
5554
continue
5655

57-
gc.collect()
58-
print("Free memory:", gc.mem_free() / 1024)
5956
time.sleep(60)

0 commit comments

Comments
 (0)