From e54166d028ed6c32324d24fc28c54c8194906c60 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期一, 24 二月 2025 16:38:27 +0800
Subject: [PATCH] 测试阶段:可以跟多个UWB基站测距,以及蓝牙协议转发,现在上传协议是强制写进去的,然后还有那个基站,标签时间同步没有调试正常,

---
 keil/include/components/hal/pan_port.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/keil/include/components/hal/pan_port.c b/keil/include/components/hal/pan_port.c
index 87a18b5..b81f25e 100644
--- a/keil/include/components/hal/pan_port.c
+++ b/keil/include/components/hal/pan_port.c
@@ -64,6 +64,7 @@
 {
 //    PORT_SetBits(PortA, Pin04);
     gpio_pin_set(LORA_CS);
+//  	gpio_pin_set(LORA_CS2);
 }
 
 /**
@@ -75,6 +76,7 @@
 {
 //    PORT_ResetBits(PortA, Pin04);
     gpio_pin_clr(LORA_CS);
+//	  gpio_pin_clr(LORA_CS2);
 }
 
 /**

--
Gitblit v1.9.3