Parcourir la source

Add default boot.py from MicroPython installation.

DarkMorford il y a 6 ans
Parent
commit
6bb0b820b7
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      code/boot.py

+ 7 - 0
code/boot.py

@@ -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()