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

@ -34,6 +34,7 @@ WEB_ITEMS = [
Copy('$dst/web/script_lite_test.html', '$src/web/script_lite_test.html'),
Copy('$dst/web/script_test.html', '$src/web/script_test.html'),
Copy('$dst/web/script_test.fs', '$src/web/script_test.fs'),
Copy('$dst/web/serial.html', '$src/web/serial.html'),
]
if D8_AVAILABLE: