Src/radio/Lora.c
@@ -431,13 +431,14 @@ Radio.Init( &RadioEvents ); SwitchLoraSettings(UWB_CHANNEL_FRQ+g_com_map[GROUP_ID],5,0); //切换lora接收频点 if(active_flag) { // if(active_flag) // { Radio.Rx( 0 ); }else{ Radio.Sleep(); } // }else{ // Radio.Sleep(); // } // Radio.SetRxDutyCycle(RxDutyCycle_RX_time,RxDutyCycle_SLEEP_time); RadioGetStatus(); } uint32_t IAP_JumpTo(uint32_t ApplicationAddress)