From 89c6ac19c36a4773d406c8b99f355020df031c2c Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 25 八月 2023 17:14:06 +0800 Subject: [PATCH] 版本2.11,修复不能测距的bug --- Src/application/dw_app.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 993c082..56ea256 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -45,10 +45,14 @@ #define NEAR_RESPONSE 0x07 #define NEAR_FINAL 0x08 #define SPOLL 0x09 + #define DISCOVERPOLL 0x0A #define DISCOVERRESPONSE 0x0B #define DISCOVERFINAL 0x0C +#define DISCOVERPOLL2 0x1A + + #define POS_MSG 0x15 #define POS_POLL 0x16 #define POS_RESPONSE 0x17 -- Gitblit v1.9.3