yincheng.zhong
2024-04-17 65cde01614e7e4112a51ee5a2c6f0415b28fc06e
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