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.
This commit is contained in:
parent
7327d5f6f7
commit
21ec1fd850
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue