Explorar o código

Add default boot.py from MicroPython installation.

DarkMorford %!s(int64=6) %!d(string=hai) anos
pai
achega
6bb0b820b7
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  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()