mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: making timings a bit tighter == faster read of tag. Like 1ms for whole tag.
FIX: off-by-one bug in read-byte-loop.
This commit is contained in:
parent
e1a0ed65ff
commit
c15e07f11d
2 changed files with 8 additions and 6 deletions
|
@ -440,8 +440,8 @@ int CmdLegicRFRead(const char *Cmd) {
|
|||
return 1;
|
||||
}
|
||||
|
||||
PrintAndLog("\nData");
|
||||
PrintAndLog("-----------------------------");
|
||||
PrintAndLog("\n ## | Data");
|
||||
PrintAndLog("-----+-----");
|
||||
print_hex_break( data, readlen, 32);
|
||||
} else {
|
||||
PrintAndLog("failed reading tag");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue