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: {
memcpy(DemodBuffer, resp.data.asBytes, resp.length);
DemodBufferLen = COTAG_BITS;
return CmdCOTAGDemod("");
DemodBufferLen = resp.length;
return demodCOTAG();
}
}
return PM3_SUCCESS;