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

esp8266/scripts/webrepl: Connection ack prompt is now printed by modwebrepl.

After password is checked.
parent 859e4e94
Branches
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ def accept_conn(listen_sock): ...@@ -36,7 +36,6 @@ def accept_conn(listen_sock):
# notify REPL on socket incoming data # notify REPL on socket incoming data
cl.setsockopt(socket.SOL_SOCKET, 20, uos.dupterm_notify) cl.setsockopt(socket.SOL_SOCKET, 20, uos.dupterm_notify)
uos.dupterm(ws) uos.dupterm(ws)
print("WebREPL connected\n>>> ", end="")
def stop(): def stop():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment