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:
iceman1001 2016-10-04 23:08:39 +02:00
commit c15e07f11d
2 changed files with 8 additions and 6 deletions

View file

@ -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");