Src/radio/Lora.h
@@ -13,11 +13,19 @@ void LedToggle(void); void SwitchLoraSettings(uint32_t freq,uint8_t sf,uint8_t power); void LoraInit(void); //#define TEST_FREQ #ifdef TEST_FREQ #define UWB_CHANNEL_FRQ 450 #define UWB_CHANNEL_SF 5 #define REPORT_MANGE_CHANNEL_FRQ 458 #define REPORT_CHANNEL_SF 7 #else #define UWB_CHANNEL_FRQ 470 #define UWB_CHANNEL_SF 5 #define REPORT_MANGE_CHANNEL_FRQ 478 #define REPORT_CHANNEL_SF 7 #endif #endif