summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-30 01:00:14 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-30 20:38:05 +0300
commit006ffe1561f1ba8606758c326b608f27c65adb75 (patch)
treec4835e3ac7f581c9cd7322e6aafdcaffee3293cf /esp8266
parent859e4e94f3f3f69e00c8b8c910461fa036eaf649 (diff)
downloadmicropython-006ffe1561f1ba8606758c326b608f27c65adb75.tar.gz
micropython-006ffe1561f1ba8606758c326b608f27c65adb75.zip
esp8266/scripts/webrepl: Connection ack prompt is now printed by modwebrepl.
After password is checked.
Diffstat (limited to 'esp8266')
-rw-r--r--esp8266/scripts/webrepl.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/esp8266/scripts/webrepl.py b/esp8266/scripts/webrepl.py
index 62f46d9745..ec0ee4e1d9 100644
--- a/esp8266/scripts/webrepl.py
+++ b/esp8266/scripts/webrepl.py
@@ -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():