From 06b2bd6c06fb60eabe3af3d8aabc79395fa1e61f Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期五, 29 十一月 2024 14:04:07 +0800 Subject: [PATCH] 2.5,改为6.5G --- 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 4406180..a1ba38a 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -19,7 +19,7 @@ #define HEX_OUTPUT #define TOTAL_SLOTNUM 200 #define SLOTTIME_MS 48 -#define SLOT_SCALE 0.24 +#define SLOT_SCALE 0.55 #define MAX_NEARBASE_NUM 12 #define KEEP_TIMES 3 @@ -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