Skip to content

Commit 3944d35

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/scripts/inisetup.py

Lines changed: 1 addition & 1 deletion
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)