dont forget these ones

This commit is contained in:
iceman1001 2020-08-26 12:46:16 +02:00
commit 3776b2ed6b

View file

@ -106,8 +106,8 @@ static int CmdCOTAGRead(const char *Cmd) {
} }
case 1: { case 1: {
memcpy(DemodBuffer, resp.data.asBytes, resp.length); memcpy(DemodBuffer, resp.data.asBytes, resp.length);
DemodBufferLen = COTAG_BITS; DemodBufferLen = resp.length;
return CmdCOTAGDemod(""); return demodCOTAG();
} }
} }
return PM3_SUCCESS; return PM3_SUCCESS;