Add note about maximum length for WebREPL password; hide password in make output
This commit is contained in:
parent
722abc3056
commit
2acda0229c
3 changed files with 8 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
# Example file for WebREPL configuration. Copy to src/webrepl_cfg.py, adjust and upload to the board.
|
||||
|
||||
# Define the password for WebREPL here
|
||||
PASS = 'ultra-secret-webrepl-password'
|
||||
# IMPORTANT: For *some reason* WebREPL only allows passwords with a maximum length of 9 characters!
|
||||
PASS = 'secret-pw'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue