yincheng.zhong
2024-04-19 3b088e726d8d468aa7884ad66ef692e0d4d3c606
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
@@ -37,7 +37,7 @@
#define UWB_CHANNEL_SF 5
#define REPORT_MANGE_CHANNEL_FRQ 478
#define REPORT_CHANNEL_SF 7
#define REPORT_CHANNEL_SF 9
#define LR_DATA_CHANNEL_FRQ 477
#define LR_DATA_CHANNEL_SF 9