Src/application/dw_mbx_tag.c
@@ -305,7 +305,7 @@
    LoraReportFreqPoll();
    flag_getwgresp = 0;
  //  wg_report_freq = REPORT_MANGE_CHANNEL_FRQ;
   SwitchLoraSettings(wg_report_freq,wg_report_sf,g_com_map[LORA_POWER]);
   if(heatbeat_count++>HEATBEAT_UPDATE_TIME && WG_Connected == wg_state) //如果心跳包到达上传时间,并且网关处于链接状态,就上传心跳包
    {
        heatbeat_count = 0;
@@ -370,7 +370,6 @@
    memcpy(&lora_sendbuffer[ANCID_IDX+report_ancnum*4],&checksum,2);
    
 //   UWB_RXStart(100);
    SwitchLoraSettings(wg_report_freq,wg_report_sf,g_com_map[LORA_POWER]);
    Radio.Send(lora_sendbuffer,ANCID_IDX+report_ancnum*4+2);
//    RadioGetStatus();
//    UWB_RXStart(60);