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

esp8266/scripts/webrepl_setup: Show password placeholder char.

That was the intent for the initial user setup, but didn't work before
due to lwIP issues. Enable now that they're fixed.
parent 7327d5f6
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ def getpass(stream, prompt):
stream.write("\r\n")
return passwd
passwd += c
# stream.write("*")
stream.write("*")
def handle_conn(listen_sock):
cl, remote_addr = listen_sock.accept()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment