From da291ca40261e47e2c24d1e1bf409680c3d63dd8 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 12 十月 2023 17:18:33 +0800 Subject: [PATCH] V2.76 版本号变更 --- Src/application/dw_app.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 33e73bf..64b701c 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -48,6 +48,7 @@ #define DISCOVERPOLL 0x0A #define DISCOVERRESPONSE 0x0B #define DISCOVERFINAL 0x0C +#define DISCOVERPOLL2 0x1A #define POS_MSG 0x15 #define POS_POLL 0x16 @@ -56,6 +57,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