1 parent c888831 commit ef2ffc0Copy full SHA for ef2ffc0
1 file changed
esp8266/scripts/webrepl.py
@@ -28,6 +28,7 @@ def setup_conn(port):
28
def accept_conn(listen_sock):
29
global client_s
30
cl, remote_addr = listen_sock.accept()
31
+ print("\nWebREPL connection from:", remote_addr)
32
client_s = cl
33
websocket_helper.server_handshake(cl)
34
ws = websocket.websocket(cl, True)
0 commit comments