更新与前板的使用串口连接

This commit is contained in:
2025-02-14 11:06:28 +08:00
parent d2bccd9c49
commit aa3e8c8223
301 changed files with 5373 additions and 512 deletions

View File

@@ -1,13 +1,13 @@
[
{
"cmd": "START_VIDEO",
"val": "1",
"val": 1,
"lable": "启动视频",
"timeout": 0
},
{
"cmd": "STOP_VIDEO",
"val": "0",
"val": 0,
"lable": "停止视频",
"timeout": 0
}