From d98992728dbf38f50e3f4a3027dc40e554ebcbcb Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期三, 25 九月 2024 16:48:48 +0800
Subject: [PATCH] 安邦车载标签V1.7修改了接收频偏校准方法,增加了宏定义查看示波器同步波形,解决了两个设备同时测距时第一个测距稳定第二个不稳定的问题,适配同期版本手环V1.4

---
 user_config.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/user_config.h b/user_config.h
index 3e05360..261a0f5 100644
--- a/user_config.h
+++ b/user_config.h
@@ -153,6 +153,7 @@
 /** Maximum PHY payload length */
 #define PHY_PAYLOAD_LEN_MAX (127)
 
+//#define BOXING
 /* =========================================================================================================================== */
 /* ================                                     Simple Selection                                      ================ */
 /* =========================================================================================================================== */

--
Gitblit v1.9.3