From e46d133650358e33cac0ee64f486efb6022a06a7 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 02 十一月 2023 11:13:27 +0800 Subject: [PATCH] V2.8 --- Src/application/dw_app.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 64e5a27..99c2511 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -27,7 +27,7 @@ #define REPOET_ANC_NUM_MIN 1 #define TAG_ID_START 0// 0x00980000 #define GROUP_TAG_NUM 2 -#define TAG_NUM_IN_SYS 25 +#define TAG_NUM_IN_SYS 50 #define DFT_RAND_DLY_TIM_MS 1 #define THRESHOLD_CHANGE_MAINBASE_DIST 50 #define MIN_ANCHOR_NUM 2 @@ -77,6 +77,9 @@ #define REMOTEPARA_INDEX 22 #define MAXRANGE_DISTANCE 22 #define ANC_SIGNALPOWER 24 +#define RESP_MSG_POLL_RX_TS_IDX 26 +#define RESP_MSG_RESP_TX_TS_IDX 30 +#define RESP_MSG_ANC_DISTOFFSET 34 //Final #define TAGCONFIGSUCCESS_INDEX 7 @@ -102,6 +105,7 @@ #define REGP_IMUTHRES_INDEX 15 #define REGP_NOMOVESLEEPTIME_INDEX 17 #define REGP_HEIGHTOFFSET_INDEX 19 +#define REGP_BATTARY_INDEX 19 //REG RESPONSE #define REGR_TAGFREQ_INDEX 10 #define REGR_TAGSLOTPOS_INDEX 12 -- Gitblit v1.9.3