yincheng.zhong
2025-04-02 8f191911d62fe7a9a18b23aaa2e27e23dc8bf58f
Src/radio/Lora.h
@@ -27,13 +27,17 @@
#define REPORT_CHANNEL_SF 7
#else
#define LORA_UPCHANNEL_FRQ 476
#define LORA_UPCHANNEL_SF 7
#define LORA_UPCHANNEL_SF 8
    
#define UWB_CHANNEL_FRQ 470
#define UWB_CHANNEL_SF 5
#define REPORT_MANGE_CHANNEL_FRQ 478
#define START_FREQ    480
#define END_FREQ      483  //LR 远距离通道
//#define REPORT_MANGE_CHANNEL_FRQ 500
#define REPORT_CHANNEL_SF 7
#define LR_CHANNEL_SF     9
#endif
#define APP2_ADRESS 0X8012800
#define APP1_ADRESS 0X8005000
@@ -43,3 +47,4 @@
#define APP_1OR2_ADRESS 0x8004B38
#endif 
void LoraUp_Poll();