We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76c81cd commit 3944d35Copy full SHA for 3944d35
esp8266/scripts/inisetup.py
@@ -41,6 +41,6 @@ def setup():
41
f.write("""\
42
# This file is executed on every boot (including wake-boot from deepsleep)
43
import webrepl
44
-#webrepl.start()
+webrepl.start()
45
""")
46
return vfs
0 commit comments