From 185f8fe8253f811e03b1c1a13caf3959f61a5c71 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 12 十月 2023 14:43:35 +0800 Subject: [PATCH] 版本2.72,更新最新的定位测距代码。取消双击关闭uwb --- 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