mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -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: {
|
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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue