esp32-lightbar/examples/webrepl_cfg.py

6 lines
261 B
Python

# Example file for WebREPL configuration. Copy to src/webrepl_cfg.py, adjust and upload to the board.
# Define the password for WebREPL here
# IMPORTANT: For *some reason* WebREPL only allows passwords with a maximum length of 9 characters!
PASS = 'secret-pw'