esp8266/scripts/inisetup: Enable WebREPL auto-start on boot.
This commit is contained in:
parent
76c81cd5a6
commit
3944d3511f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue