feat: read serial port and play video

This commit is contained in:
bmeow 2024-08-03 18:24:32 +08:00
commit ad839bbdd4
Signed by: bmeow
GPG key ID: EA6961FF8459B45C
9 changed files with 243 additions and 0 deletions

7
jsconfig.json Normal file
View file

@ -0,0 +1,7 @@
{
"compilerOptions": {
"lib": ["dom", "es2020"],
"checkJs": true,
"strict": true
}
}