Implement shutdown and reboot via API; add Makefile for deployment

This commit is contained in:
Lexi / Zoe 2022-11-05 03:18:48 +01:00
parent 56e7a1d2de
commit f16f506332
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
11 changed files with 124 additions and 14 deletions

4
examples/webrepl_cfg.py Normal file
View file

@ -0,0 +1,4 @@
# 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'