From 58bf13b0569714d03afe101a3abb4d2419ec9e30 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期日, 25 二月 2024 19:04:38 +0800 Subject: [PATCH] Merge branch '免布线基站-lora' of http://47.108.70.204:60062/r/XRange_Tag into 免布线基站-lora --- Src/radio/Lora.h | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Src/radio/Lora.h b/Src/radio/Lora.h index 4013beb..66f3c2a 100644 --- a/Src/radio/Lora.h +++ b/Src/radio/Lora.h @@ -17,7 +17,10 @@ void SwitchLoraSettingstest(uint32_t freq,uint8_t sf); uint8_t GetLoraBufferAndLen(uint8_t* buffer,uint16_t* lp_count); uint16_t GetLoraSyncCount(void); -#define SYNC_CHANNEL_FRQ 469 +#define LORA_UPCHANNEL_FRQ 468 +#define LORA_UPCHANNEL_SF 7 + +#define SYNC_CHANNEL_FRQ 462 #define SYNC_CHANNEL_SF 7 #define UWB_CHANNEL_FRQ 465 @@ -27,4 +30,6 @@ #define APP1_ADRESS 0X8005000 #define APP_SIZE 0XAB00 + +#define APP_1OR2_ADRESS 0x8004B38 #endif -- Gitblit v1.9.3