Add note about maximum length for WebREPL password; hide password in make output

This commit is contained in:
Lexi / Zoe 2024-01-27 01:05:46 +01:00
parent 722abc3056
commit 2acda0229c
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
3 changed files with 8 additions and 4 deletions

View file

@ -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'