mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user