From 32cafbc8686c458168d6ba7a404dda17ec041db5 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期四, 29 五月 2025 09:54:46 +0800
Subject: [PATCH] 测试固件,添加了串口打印测试信息,蓝牙基站数量,UWB基站数量以及加速度计的状态以及步数。

---
 keil/include/components/uci/inc/uci_tl_comm.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/keil/include/components/uci/inc/uci_tl_comm.h b/keil/include/components/uci/inc/uci_tl_comm.h
index 88bfac4..a5a7804 100644
--- a/keil/include/components/uci/inc/uci_tl_comm.h
+++ b/keil/include/components/uci/inc/uci_tl_comm.h
@@ -63,10 +63,11 @@
 
 /* UCI UART interface */
 #ifndef UCI_INTF_UART
-#define UCI_INTF_UART (0)
+#define UCI_INTF_UART (1)
 #endif
 
-#define UCI_RX_BUFF_SIZE (UCI_HEADER_SIZE + UCI_MAX_PAYLOAD_SIZE)
+//#define UCI_RX_BUFF_SIZE (UCI_HEADER_SIZE + UCI_MAX_PAYLOAD_SIZE)
+#define UCI_RX_BUFF_SIZE (UCI_HEADER_SIZE + 1023)
 #define UCI_TX_BUFF_SIZE UCI_RX_BUFF_SIZE
 
 typedef struct uci_tl_dev_s

--
Gitblit v1.9.3