From 07d3633e5d6905272d19da645c767b7267f27a8f Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期四, 27 二月 2025 14:04:06 +0800 Subject: [PATCH] 2.14,加入假休眠机制,休眠时功耗100-200ua --- 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