8000 esp8266/scripts/inisetup: Start WebREPL daemon on boot. · alexbartlow/circuitpython@21731db · GitHub
[go: up one dir, main page]

Skip to content

Commit 21731db

Browse files
pfalcondpgeorge
authored andcommitted
esp8266/scripts/inisetup: Start WebREPL daemon on boot.
1 parent 554292c commit 21731db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp8266/scripts/inisetup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ def setup():
4343
#import esp
4444
#esp.osdebug(None)
4545
import gc
46-
#import webrepl
47-
#webrepl.start()
46+
import webrepl
47+
webrepl.start()
4848
gc.collect()
4949
""")
5050
return vfs

0 commit comments

Comments
 (0)
0