Ajout du boot.py
This commit is contained in:
parent
d999fb3c53
commit
2ff7f35c25
7
code/boot.py
Normal file
7
code/boot.py
Normal file
@ -0,0 +1,7 @@
|
||||
# This file is executed on every boot (including wake-boot from deepsleep)
|
||||
#import esp
|
||||
#esp.osdebug(None)
|
||||
import gc
|
||||
#import webrepl
|
||||
#webrepl.start()
|
||||
gc.collect()
|
Loading…
Reference in New Issue
Block a user