yincheng.zhong
2025-04-09 2a2aa76ac915572ae3f551b099a4be5bc47e0a05
Src/application/dw_mbx_tag.c
@@ -380,7 +380,7 @@
    memcpy(&lora_sendbuffer[DEST_ID_IDX],&wg_report_id,2);
    lora_sendbuffer[SEQNUM_IDX] = seq_num++;
    lora_sendbuffer[BAT_IDX] = bat_percent;
    lora_sendbuffer[BAT_IDX] = wg_report_freq-400;
   // lora_sendbuffer[BAT_IDX] = wg_report_freq-400;
   // lora_sendbuffer[SEQNUM_IDX] = recnum[1];
    lora_sendbuffer[STATE_IDX] = !GET_USERKEY|stationary_flag<<1;
#ifdef USE_GPS