From 743f4f1291c555b1facc0c34bcbb3cea3cfd41c4 Mon Sep 17 00:00:00 2001
From: zhyinch <zhyinch@gmail.com>
Date: 星期一, 29 七月 2019 16:54:22 +0800
Subject: [PATCH] 标签输出

---
 源码/核心板/Src/application/dw_app.h |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 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 d5c4def..b9a4427 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"
@@ -4,17 +4,18 @@
 
 #include "stm32f10x.h"
 #include "filters.h"
+#include "ADC.h"
+#define WORK_MODE_TAG
+//#define WORK_MODE_ANCHOR
 
-#define NEWBOARD
-
-//#define WORK_MODE_TAG
-#define WORK_MODE_ANCHOR
-
-
+//#define NEWBOARD
+//#define TAG_OUTPUT
 #define HEX_OUTPUT
-#define REPOET_ANC_NUM 4
+
+#define REPOET_ANC_NUM 1
+#define REPOET_ANC_NUM_MIN 1
 #define TOTAL_TAG_NUM  200
-#define TAG_ID_START 0
+#define TAG_ID_START 		0// 0x00980000
 
 #define TAG_NUM_IN_SYS				256
 #define DFT_RAND_DLY_TIM_MS			1

--
Gitblit v1.9.3