Skip to content
Snippets Groups Projects
Commit 8db61e5b authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

esp8266/scripts/inisetup: Don't start WebREPL on boot in master branch.

It interferes with running testsuite. master branch should be optimized for
development, so any features which interfere with that, would need to be
disabled by default.
parent 5ec11f56
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ def setup(): ...@@ -40,7 +40,7 @@ def setup():
with open("/boot.py", "w") as f: with open("/boot.py", "w") as f:
f.write("""\ f.write("""\
# This file is executed on every boot (including wake-boot from deepsleep) # This file is executed on every boot (including wake-boot from deepsleep)
import webrepl #import webrepl
webrepl.start() #webrepl.start()
""") """)
return vfs return vfs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment