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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user