zhyinch
2020-12-24 baa0b56f58806b70d1df1c7d849aa756083f7865
源码/核心板/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);