广播命令已接收的回复不再触发回调

检测命令0x0c只能使用单播方式,广播方式因为不能即时回复停止信号,回复会出错
  添加电阻测试命令,添加自检命令
This commit is contained in:
ranchuan
2023-12-13 18:29:46 +08:00
parent fe11c52253
commit cc5b1b7458
13 changed files with 606 additions and 76 deletions

View File

@@ -21,6 +21,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
base/base.cpp \
base/beep.cpp \
base/check_cfg.cpp \
base/crc.cpp \
base/debug.cpp \
@@ -48,6 +49,7 @@ SOURCES += \
HEADERS += \
base/base.h \
base/beep.h \
base/check_cfg.h \
base/crc.h \
base/debug.h \
@@ -83,3 +85,7 @@ TRANSLATIONS += \
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
DISTFILES += \
ReadMe.txt \
ReadMe.txt