From 5b6fe0edc2790d1948c09b191a2a565e8874f875 Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期二, 24 五月 2022 09:57:23 +0800 Subject: [PATCH] V1.64 只和3个基站测距 --- 源码/核心板/Src/application/dw_app.h | 2 +- 1 files changed, 1 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 93858de..b513471 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" @@ -26,7 +26,7 @@ //#define TAG_OUTPUT #define HEX_OUTPUT -#define MAX_NEARBASE_NUM 12 +#define MAX_NEARBASE_NUM 4 #define USERDATA_LEN 4 #define REPOET_ANC_NUM 1 #define REPOET_ANC_NUM_MIN 1 -- Gitblit v1.9.3