|
@ -40,7 +40,9 @@ def setup(): |
|
|
with open("/boot.py", "w") as f: |
|
|
with open("/boot.py", "w") as f: |
|
|
f.write("""\ |
|
|
f.write("""\ |
|
|
# This file is executed on every boot (including wake-boot from deepsleep) |
|
|
# This file is executed on every boot (including wake-boot from deepsleep) |
|
|
|
|
|
import gc |
|
|
#import webrepl |
|
|
#import webrepl |
|
|
#webrepl.start() |
|
|
#webrepl.start() |
|
|
|
|
|
gc.collect() |
|
|
""") |
|
|
""") |
|
|
return vfs |
|
|
return vfs |
|
|