From ef13ded1ca160a6edabe2e32b5a37eed87b388f1 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 21 十一月 2024 12:04:02 +0800 Subject: [PATCH] V2.11随机上传时间,分析网关丢包问题 --- Src/radio/Lora.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h index e668664..138c340 100644 --- a/Src/radio/Lora.h +++ b/Src/radio/Lora.h @@ -33,7 +33,7 @@ #define UWB_CHANNEL_SF 5 #define REPORT_MANGE_CHANNEL_FRQ 478 -#define REPORT_CHANNEL_SF 7 +#define REPORT_CHANNEL_SF 8 #endif #define APP2_ADRESS 0X8012800 #define APP1_ADRESS 0X8005000 @@ -43,3 +43,4 @@ #define APP_1OR2_ADRESS 0x8004B38 #endif +void LoraUp_Poll(); \ No newline at end of file -- Gitblit v1.9.3