Commit 3944d351 authored by Paul Sokolovsky's avatar Paul Sokolovsky

esp8266/scripts/inisetup: Enable WebREPL auto-start on boot.

parent 76c81cd5
...@@ -41,6 +41,6 @@ def setup(): ...@@ -41,6 +41,6 @@ def setup():
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 webrepl import webrepl
#webrepl.start() webrepl.start()
""") """)
return vfs return vfs
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment