添加tcp心跳
添加升级小板程序、方案、jwt文件的进度条命令
This commit is contained in:
4
main.cpp
4
main.cpp
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user