Skip to content

Commit 21ec1fd

Browse files
committed
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.
1 parent 7327d5f commit 21ec1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

esp8266/scripts/webrepl_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def getpass(stream, prompt):
2626
stream.write("\r\n")
2727
return passwd
2828
passwd += c
29-
# stream.write("*")
29+
stream.write("*")
3030

3131
def handle_conn(listen_sock):
3232
cl, remote_addr = listen_sock.accept()

0 commit comments

Comments
 (0)