Ajout du boot.py

This commit is contained in:
Pierrick C 2018-09-13 17:45:22 +02:00
parent d999fb3c53
commit 2ff7f35c25
1 changed files with 7 additions and 0 deletions

7
code/boot.py Normal file
View 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()