Skip to content

Commit 3944d35

Browse files
committed
esp8266/scripts/inisetup: Enable WebREPL auto-start on boot.
1 parent 76c81cd commit 3944d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266/scripts/inisetup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ def setup():
4141
f.write("""\
4242
# This file is executed on every boot (including wake-boot from deepsleep)
4343
import webrepl
44-
#webrepl.start()
44+
webrepl.start()
4545
""")
4646
return vfs

0 commit comments

Comments
 (0)