添加tcp心跳

添加升级小板程序、方案、jwt文件的进度条命令
This commit is contained in:
ranchuan
2023-12-29 09:41:37 +08:00
parent 8e7f3347d9
commit 92f3ebbe33
16 changed files with 389 additions and 55 deletions

View File

@@ -14,7 +14,7 @@
#include "base/debug.h"
#include "prot_cmd/cmd_m4.h"
#include "base/beep.h"
#include "prot_cmd/keep_live.h"
@@ -38,6 +38,8 @@ int main(int argc, char *argv[])
protSlave();
command_start();
cmd_m4_init();
KeepLive();
// 注册信号数据类型
qRegisterMetaType<myarray>("myarray");