WXK
2023-08-29 7e5e286a011abedb6d5862c123474c5eb97d27eb
FML/lora.c
@@ -265,6 +265,7 @@
 * Author            : hido.ltd
 *******************************************************************************/
extern void delay_ms(uint32_t nTimer)  ;
extern uint8_t lora_sendfinal_rx_bag_flag;
void Lora_Poll(void)
{
    HIDO_UINT8 u8Byte = 0;
@@ -290,6 +291,7 @@
            memset(&lora_rxbuf,0,sizeof(lora_rxbuf));
            lora_rxbufnum=0;
            lora_sendfinalbag_flag=0;
            lora_sendfinal_rx_bag_flag=0;
        }
        if(lora_rxbuf[4]==0x02)//接收下发修改GPS开关时间参数
        {