From 2e3abb4576f5ee872daffeb626cea76e763a3b54 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期三, 14 九月 2022 18:20:01 +0800 Subject: [PATCH] v2.54 修改加速计初始化部分,标签保存参数前会校验 --- Src/application/dw_app.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 478e069..747c125 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -45,6 +45,9 @@ #define NEAR_RESPONSE 0x07 #define NEAR_FINAL 0x08 #define SPOLL 0x09 +#define DISCOVERPOLL 0x0A +#define DISCOVERRESPONSE 0x0B +#define DISCOVERFINAL 0x0C #define REG_POLL 0x10 // #define REG_RESPONSE 0x11 // -- Gitblit v1.9.3