From aef7e985db5668aee622b656748c1216fbd5ff75 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期五, 13 十二月 2024 17:11:29 +0800
Subject: [PATCH] V1.37

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

diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h
index d4fd5cd..f0e206b 100644
--- a/Src/radio/Lora.h
+++ b/Src/radio/Lora.h
@@ -31,13 +31,13 @@
 #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 REPORT_CHANNEL_SF 7
+#define REPORT_CHANNEL_SF 9
 
 #define LR_DATA_CHANNEL_FRQ 475
 #define LR_DATA_CHANNEL_SF 9

--
Gitblit v1.9.3