Adding quick web serial terminal.

This commit is contained in:
Brad Nelson
2024-08-23 15:15:41 -07:00
parent d9de300c08
commit c5ac9b0df0
4 changed files with 36 additions and 0 deletions

View File

@ -37,6 +37,11 @@ handlers:
upload: (.*).html
secure: always
- url: /serial
static_files: serial.html
upload: serial.html
secure: always
- url: /(.*).js
static_files: \1.js
upload: (.*).js