mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
dont forget these ones
This commit is contained in:
parent
42d1a20dc9
commit
3776b2ed6b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue