From 6e5211bf6d6279e343cf0f8fca0341b78a29de9e Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期四, 15 五月 2025 18:04:17 +0800
Subject: [PATCH] 初步能连接上,但是直接停止无任何测距版本

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

diff --git a/user_config.h b/user_config.h
index a47e1ef..da1d376 100644
--- a/user_config.h
+++ b/user_config.h
@@ -289,7 +289,7 @@
 
 /** TX power level: 0 ~ 60 */
 #define TX_POWER_LEVEL (36)
-
+#define RANGING_CORR (0)
 /** Antenna ports combination, @ref macro definition RX_xPORTS_ANT_xxx */
 #define RX_ANT_PORTS_COMBINATION (RX_4PORTS_ANT_3_0_1_2)
 
@@ -315,6 +315,7 @@
 /** Velocity of propagation (%) */
 #define VP_VAL (100)
 
+#define DW1000
 /* ==========================================         Timing configuration            ======================================== */
 
 /// Period prefetch time for event program from wakeup - 400us+

--
Gitblit v1.9.3