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

@ -5,7 +5,7 @@
LIGHTBAR_HOST := 192.168.13.12
# Password for WebREPL as set in webrepl_cfg.py (used to transfer files to the ESP32)
WEBREPL_PASSWORD := ultra-secret-webrepl-password
WEBREPL_PASSWORD := secret-pw
# Device path to the serial port of the ESP32 when connected via USB
REPL_TTY_PATH := /dev/ttyUSB0