From c8a99f8293e1ae335501390de5bab05db487a0f9 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 29 二月 2024 18:17:59 +0800 Subject: [PATCH] Merge branch '免布线基站-lora' of http://47.108.70.204:60062/r/XRange_Tag into 免布线基站-lora --- 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 66f3c2a..d7c5d48 100644 --- a/Src/radio/Lora.h +++ b/Src/radio/Lora.h @@ -17,13 +17,13 @@ void SwitchLoraSettingstest(uint32_t freq,uint8_t sf); uint8_t GetLoraBufferAndLen(uint8_t* buffer,uint16_t* lp_count); uint16_t GetLoraSyncCount(void); -#define LORA_UPCHANNEL_FRQ 468 +#define LORA_UPCHANNEL_FRQ 476 #define LORA_UPCHANNEL_SF 7 -#define SYNC_CHANNEL_FRQ 462 +#define SYNC_CHANNEL_FRQ 477 #define SYNC_CHANNEL_SF 7 -#define UWB_CHANNEL_FRQ 465 +#define UWB_CHANNEL_FRQ 470 #define UWB_CHANNEL_SF 5 #define APP2_ADRESS 0X8012800 -- Gitblit v1.9.3