mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
CHG: finally, the ticks timer does what it is supposed to do. 32bits and working.
This commit is contained in:
parent
fabef615ec
commit
c649c43389
4 changed files with 21 additions and 19 deletions
|
@ -425,12 +425,14 @@ int CmdLegicRFRead(const char *Cmd) {
|
|||
uint16_t len = resp.arg[1] & 0x3FF;
|
||||
if ( isOK ) {
|
||||
PrintAndLog("use 'hf legic decode'");
|
||||
}
|
||||
|
||||
uint8_t *data = resp.d.asBytes;
|
||||
PrintAndLog("\nData |");
|
||||
PrintAndLog("-----------------------------");
|
||||
PrintAndLog(" %s|\n", sprint_hex(data, len));
|
||||
// }
|
||||
} else {
|
||||
PrintAndLog("failed reading tag");
|
||||
}
|
||||
} else {
|
||||
PrintAndLog("command execution time out");
|
||||
return 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue