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

This commit is contained in:
Paul Sokolovsky 2016-05-03 00:38:47 +03:00
parent 76c81cd5a6
commit 3944d3511f
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@ def setup():
f.write("""\
# This file is executed on every boot (including wake-boot from deepsleep)
import webrepl
#webrepl.start()
webrepl.start()
""")
return vfs