From 8e3c571a48a30e8c1bd07dca4786a53d7c9994f5 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期一, 19 十月 2020 10:49:54 +0800
Subject: [PATCH] 修改基站临近接收BUG

---
 源码/核心板/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 32f20d5..27ab690 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"
@@ -20,8 +20,8 @@
 #include <math.h>
 
 //#define USART_INTEGRATE_OUTPUT
-
-
+//#define TAG_OUTPUT
+//#define DEBUG_INF
 //#define NEWBOARD
 //#define TAG_OUTPUT
 #define HEX_OUTPUT
@@ -111,7 +111,7 @@
 #define BUTTON_IDX						7
 
 #define REMOTEPARA_LEN 18
-#define THRESHOLD_CHANGE_MAINBASE_DIST   5
+#define THRESHOLD_CHANGE_MAINBASE_DIST   500
 extern u8 neartimout_timer;
 extern u16 slottime,tyncpoll_time,max_slotpos;
 extern u16 poll_timer,tag_timer;

--
Gitblit v1.9.3