From e8fae59212dd962e2f13137f53d70bd1625891fb Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期五, 28 二月 2025 13:56:50 +0800
Subject: [PATCH] 修改串口蓝牙转发

---
 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