添加对hmi屏幕的支持,赋码仪按键按下时发送赋码请求

This commit is contained in:
ranchuan
2024-01-29 18:05:23 +08:00
parent 2a4e7f1f1e
commit 2fb109f2ac
17 changed files with 338 additions and 23 deletions

View File

@@ -48,6 +48,7 @@ SOURCES += \
prot/prot_slave.cpp \
prot_cmd/cmd_cmdline.cpp \
prot_cmd/cmd_coder.cpp \
prot_cmd/cmd_hmi_coder.cpp \
prot_cmd/cmd_m4.cpp \
prot_cmd/cmd_pc.cpp \
prot_cmd/cmd_slave.cpp \
@@ -82,6 +83,7 @@ HEADERS += \
prot/prot_slave.h \
prot_cmd/cmd_cmdline.h \
prot_cmd/cmd_coder.h \
prot_cmd/cmd_hmi_coder.h \
prot_cmd/cmd_m4.h \
prot_cmd/cmd_pc.h \
prot_cmd/cmd_slave.h \