esp8266/scripts/webrepl: Connection ack prompt is now printed by modwebrepl.
After password is checked.
This commit is contained in:
parent
859e4e94f3
commit
006ffe1561
@ -36,7 +36,6 @@ def accept_conn(listen_sock):
|
||||
# notify REPL on socket incoming data
|
||||
cl.setsockopt(socket.SOL_SOCKET, 20, uos.dupterm_notify)
|
||||
uos.dupterm(ws)
|
||||
print("WebREPL connected\n>>> ", end="")
|
||||
|
||||
|
||||
def stop():
|
||||
|
Loading…
x
Reference in New Issue
Block a user