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
Branches
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ def getpass(stream, prompt): ...@@ -26,7 +26,7 @@ def getpass(stream, prompt):
stream.write("\r\n") stream.write("\r\n")
return passwd return passwd
passwd += c passwd += c
# stream.write("*") stream.write("*")
def handle_conn(listen_sock): def handle_conn(listen_sock):
cl, remote_addr = listen_sock.accept() cl, remote_addr = listen_sock.accept()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment