zhyinch
2020-11-10 dcac514bc4be1c6acfd7cf92ce609d282ba55f1c
源码/核心板/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);