From d0c8138b8c7154b1f4816561645add3b70bb5e0f Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期五, 06 十一月 2020 17:14:15 +0800 Subject: [PATCH] V1.33 增加基站修改全部标签参数模式 --- 源码/核心板/Src/application/dw_app.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" index 8809815..f39a2d3 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" @@ -36,7 +36,7 @@ #define DFT_RAND_DLY_TIM_MS 1 #define QUIT_SLOT_TIME 5 #define KEEP_TIMES 3 - +#define SLOT_SCALE 0.7 #define RNG_DELAY_MS 100 /* Default antenna delay values for 64 MHz PRF. See NOTE 1 below. */ @@ -105,9 +105,9 @@ #define NEARBASENUM_INDEX 10 #define NEARBASEID_INDEX 11 //NEAR POLL -#define BATTARY_IDX 1 -#define BUTTON_IDX 2 #define SEQUENCE_IDX 3 +#define BATTARY_IDX 4 +#define BUTTON_IDX 7 #define REMOTEPARA_LEN 18 #define THRESHOLD_CHANGE_MAINBASE_DIST 5 -- Gitblit v1.9.3