From 5fe9d0e7e2ebf260434d1faee06cb530cbaba5ac Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期一, 07 四月 2025 14:28:13 +0800
Subject: [PATCH] V2.56 修改晶振驱动能力到High

---
 Src/radio/Lora.h |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h
index 83fef4f..d80c6ed 100644
--- a/Src/radio/Lora.h
+++ b/Src/radio/Lora.h
@@ -27,13 +27,17 @@
 #define REPORT_CHANNEL_SF 7
 #else
 #define LORA_UPCHANNEL_FRQ 476
-#define LORA_UPCHANNEL_SF 7
+#define LORA_UPCHANNEL_SF 8
     
 #define UWB_CHANNEL_FRQ 470
 #define UWB_CHANNEL_SF 5
 
-#define REPORT_MANGE_CHANNEL_FRQ 478
+#define START_FREQ    480
+#define END_FREQ      483  //LR 远距离通道
+
+//#define REPORT_MANGE_CHANNEL_FRQ 500
 #define REPORT_CHANNEL_SF 7
+#define LR_CHANNEL_SF     9
 #endif
 #define APP2_ADRESS 0X8012800
 #define APP1_ADRESS 0X8005000

--
Gitblit v1.9.3