From 643829caa98867a769a95a25a7d6e93042f7b2bc Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期三, 10 七月 2019 14:58:28 +0800 Subject: [PATCH] 去掉标签输出,标签探索6-4响应模式 --- 源码/核心板/Src/application/dw_app.h | 3 ++- 1 files changed, 2 insertions(+), 1 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 a111ba1..908e171 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" @@ -12,7 +12,8 @@ #define TAG_OUTPUT #define HEX_OUTPUT -#define REPOET_ANC_NUM 4 +#define REPOET_ANC_NUM 6 +#define REPOET_ANC_NUM_MIN 4 #define TOTAL_TAG_NUM 200 #define TAG_ID_START 0// 0x00980000 -- Gitblit v1.9.3