esp8266/scripts/webrepl: Don't start on import.
Explicit .start() is required now.
This commit is contained in:
parent
8db4f363e9
commit
bd66b09512
@ -47,6 +47,3 @@ def stop():
|
|||||||
def start():
|
def start():
|
||||||
stop()
|
stop()
|
||||||
setup_conn()
|
setup_conn()
|
||||||
|
|
||||||
|
|
||||||
start()
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user