mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-02 21:54:10 +08:00
hitag: comment data dump
This commit is contained in:
parent
d2fb44710f
commit
870bbd1f77
1 changed files with 1 additions and 1 deletions
|
@ -1561,7 +1561,7 @@ void ReaderHitag(hitag_function htf, hitag_data *htd) {
|
|||
// TODO when using cumulative time for command_start, pm3 doesn't reply anymore, e.g. on lf hitag read 23 4F4E4D494B52
|
||||
// command_start = response_start + response_duration;
|
||||
command_start = 0;
|
||||
Dbhexdump(nbytes(rxlen), rx, false);
|
||||
// Dbhexdump(nbytes(rxlen), rx, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue