From 170e557c0d38e66e6100d32a2a465ee1cd6f5275 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期三, 07 十月 2020 18:17:34 +0800 Subject: [PATCH] 配临近初步测试完成 --- 源码/核心板/Src/application/dw_app.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 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 121b7f8..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" @@ -19,9 +19,9 @@ #include "beep.h" #include <math.h> -#define USART_INTEGRATE_OUTPUT - - +//#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