From b32910bdb85c6e9d19abf97f1465c573a0bf9d38 Mon Sep 17 00:00:00 2001
From: zhangbo <zhangbo@qq.com>
Date: 星期四, 13 二月 2025 14:06:13 +0800
Subject: [PATCH] 测试版

---
 keil/include/components/hal/pan_rf.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/keil/include/components/hal/pan_rf.h b/keil/include/components/hal/pan_rf.h
index a43df9e..c8bb174 100644
--- a/keil/include/components/hal/pan_rf.h
+++ b/keil/include/components/hal/pan_rf.h
@@ -8,7 +8,7 @@
 *******************************************************************************/
 #ifndef __PAN_RF_H
 #define __PAN_RF_H
-
+#include "PCA9555.h"
 #include "pan_port.h"
 //#include "lora_3029.h"
 /* result */
@@ -181,9 +181,11 @@
 #define DEFAULT_SF                      SF_5
 #define DEFAULT_BW                      BW_500K
 
-#define DEFAULT_up_FREQ                 (473000000)
+#define DEFAULT_up_FREQ                 (470000000)
 #define DEFAULT_up_SF                   SF_5
 
+#define DEFAULT_WG_SET_FREQ                 (478000000)
+#define DEFAULT_WG_SET_SF                   SF_7
 
 #define DEFAULT_CR                      CODE_RATE_45
          

--
Gitblit v1.9.3