广播命令已接收的回复不再触发回调
检测命令0x0c只能使用单播方式,广播方式因为不能即时回复停止信号,回复会出错 添加电阻测试命令,添加自检命令
This commit is contained in:
3
main.cpp
3
main.cpp
@@ -13,7 +13,7 @@
|
||||
#include "prot/prot_cmdline.h"
|
||||
#include "base/debug.h"
|
||||
#include "prot_cmd/cmd_m4.h"
|
||||
|
||||
#include "base/beep.h"
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@ int main(int argc, char *argv[])
|
||||
QApplication app(argc, argv);
|
||||
MainWindow w;
|
||||
// w.show();
|
||||
Beep();
|
||||
mydebug_init();
|
||||
mycfg *cfg=syscfg();
|
||||
if(cfg->log_redirect=="file"){
|
||||
|
Reference in New Issue
Block a user