From 45da36f7caa39b25567ca51e56b4d547b1e9109c Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期一, 14 八月 2023 15:05:32 +0800 Subject: [PATCH] 修改增加注册报文2模式,立即应答注册报文 --- Src/application/dw_app.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index a520a79..8a90dc3 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -56,6 +56,7 @@ #define REG_POLL 0x10 // #define REG_RESPONSE 0x11 // +#define REG_POLL2 0x20 // //General #define GROUP_ID_IDX 0 #define ANCHOR_ID_IDX 1 -- Gitblit v1.9.3