From 61445f53207dce2dce3ae11450297aa33908b1e6 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期四, 21 十月 2021 11:51:03 +0800 Subject: [PATCH] 1 --- Src/application/dw_app.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 1576820..567fc39 100644 --- a/Src/application/dw_app.h +++ b/Src/application/dw_app.h @@ -13,7 +13,7 @@ //#define NEWBOARD //#define TAG_OUTPUT -#define MAX_RFPOWER 60 +#define MAX_RFPOWER 67 #define DEFAULT_RFPOWER 30 #define REGISTER_FREQUENCY 1 #define HEX_OUTPUT @@ -88,6 +88,7 @@ #define REGP_POWER_INDEX 14 #define REGP_IMUTHRES_INDEX 15 #define REGP_NOMOVESLEEPTIME_INDEX 17 +#define REGP_HEIGHTOFFSET_INDEX 19 //REG RESPONSE #define REGR_TAGFREQ_INDEX 10 #define REGR_TAGSLOTPOS_INDEX 12 -- Gitblit v1.9.3