From 65cde01614e7e4112a51ee5a2c6f0415b28fc06e Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期三, 17 四月 2024 11:20:06 +0800 Subject: [PATCH] 修改成SF9上传数据测试 --- Src/radio/Lora.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h index 3de6fc8..323575a 100644 --- a/Src/radio/Lora.h +++ b/Src/radio/Lora.h @@ -15,10 +15,10 @@ void SwitchLoraSettings(uint32_t freq,uint8_t sf,uint8_t power); void LoraInit(void); -#define TEST_FREQ +//#define TEST_FREQ #ifdef TEST_FREQ #define LORA_UPCHANNEL_FRQ 456 -#define LORA_UPCHANNEL_SF 7 +#define LORA_UPCHANNEL_SF 9 #define TEST_FREQ_OFFSET 0 #define UWB_CHANNEL_FRQ 450 @@ -34,7 +34,7 @@ #define UWB_CHANNEL_SF 5 #define REPORT_MANGE_CHANNEL_FRQ 478 -#define REPORT_CHANNEL_SF 7 +#define REPORT_CHANNEL_SF 9 #endif #ifndef _NO_HANGJIN -- Gitblit v1.9.3