2022-11-05 03:18:48 +01:00
|
|
|
# Example file for WebREPL configuration. Copy to src/webrepl_cfg.py, adjust and upload to the board.
|
|
|
|
|
|
|
|
|
|
# Define the password for WebREPL here
|
2024-01-27 01:05:46 +01:00
|
|
|
# IMPORTANT: For *some reason* WebREPL only allows passwords with a maximum length of 9 characters!
|
|
|
|
|
PASS = 'secret-pw'
|