From 99c7247d197118f210173ffd5bd213adc642e1bf Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期五, 05 十一月 2021 10:21:43 +0800 Subject: [PATCH] 去掉蜂鸣器测试 --- Src/application/dw_app.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.h b/Src/application/dw_app.h index 4109f9b..f832c58 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 @@ -33,6 +33,8 @@ #define MIN_ANCHOR_NUM 2 #define SYNC_SEQ_IDX 5 #define REMOTEPARA_LEN 18 +#define OUTRANGE_RESTARTTIMES 5 + #define POLL 0x01 #define RESPONSE 0x02 @@ -65,6 +67,9 @@ #define MOTORSTATE_INDEX 19 #define NR_NEARSWITCH_DISTANCE 20 #define REMOTEPARA_INDEX 22 +#define MAXRANGE_DISTANCE 22 +#define ANC_SIGNALPOWER 24 + //Final #define TAGCONFIGSUCCESS_INDEX 7 #define FINAL_MSG_POLL_TX_TS_IDX 10 -- Gitblit v1.9.3