From 935b9e641eb1cb6b1e9504e532ef34cc6f24ab1a Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 26 十月 2023 15:06:34 +0800 Subject: [PATCH] Merge branch 'SS定位-临近-防撞标签' of http://47.108.70.204:60062/r/XRange_Tag into SS定位-临近-防撞标签 --- Src/application/dw_app.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/dw_app.c b/Src/application/dw_app.c index 757ef51..5b3adae 100644 --- a/Src/application/dw_app.c +++ b/Src/application/dw_app.c @@ -81,7 +81,7 @@ SINGLEPOLL, }tag_state=STARTPOLL; static dwt_config_t config = { - 2, /* Channel number. */ + 5, /* Channel number. */ DWT_PRF_64M, /* Pulse repetition frequency. */ DWT_PLEN_128, /* Preamble length. */ DWT_PAC8, /* Preamble acquisition chunk size. Used in RX only. */ -- Gitblit v1.9.3