aboutsummaryrefslogtreecommitdiff
path: root/firmware/boot.py
blob: 18ffbcf004603c4437b1fee0f370d146949cda68 (plain)
1
2
3
4
5
6
7
import esp
esp.osdebug(None)
#import uos, machine
#uos.dupterm(None, 1) # disable REPL on UART(0)
import gc
from machine import RTC
gc.collect()