zhyinch
2021-04-27 5bdc868b2ef673bbce5e0abbc2a7bf8f7f8fa55e
源码/核心板/Src/application/serial_at_cmd_app.c
@@ -130,6 +130,7 @@
               regtag_map.index++;
            if(regtag_map.index==MAX_REGTAGNUM)
            {regtag_map.index = 0;}
               regtag_map.remain_time[regtag_map.index]=5;
               memcpy(&regtag_map.tagid[regtag_map.index],&mUsartReceivePack[0],2);
               memcpy(&regtag_map.tag_frequency[regtag_map.index],&mUsartReceivePack[2],2);
               memcpy(&regtag_map.tag_slotpos[regtag_map.index],&mUsartReceivePack[4],2);