f
This commit is contained in:
11
boot.py
Normal file
11
boot.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# This file is executed on every boot (including wake-boot from deepsleep)
|
||||
# import esp
|
||||
# esp.osdebug(None)
|
||||
# import uos, machine
|
||||
# uos.dupterm(None, 1) # disable REPL on UART(0)
|
||||
import gc
|
||||
# import webrepl
|
||||
# webrepl.start()
|
||||
gc.collect()
|
||||
|
||||
# application logic is in main.py
|
||||
Reference in New Issue
Block a user