添加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

@@ -50,7 +50,8 @@ SOURCES += \
prot_cmd/cmd_coder.cpp \
prot_cmd/cmd_m4.cpp \
prot_cmd/cmd_pc.cpp \
prot_cmd/cmd_slave.cpp
prot_cmd/cmd_slave.cpp \
prot_cmd/keep_live.cpp
HEADERS += \
base/base.h \
@@ -83,7 +84,8 @@ HEADERS += \
prot_cmd/cmd_coder.h \
prot_cmd/cmd_m4.h \
prot_cmd/cmd_pc.h \
prot_cmd/cmd_slave.h
prot_cmd/cmd_slave.h \
prot_cmd/keep_live.h
FORMS += \
mainwindow.ui