mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-22 21:17:31 +08:00
fix hitag demodulation when ending on unexpected period count + completion with last half
This commit is contained in:
parent
b57f40e3d7
commit
b2db893e83
1 changed files with 0 additions and 1 deletions
|
@ -1466,7 +1466,6 @@ void ReaderHitag(hitag_function htf, hitag_data *htd) {
|
|||
nrz_samples[nrzs++] = tag_modulation;
|
||||
tag_modulation ^= 1;
|
||||
} else {
|
||||
tag_modulation ^= 1;
|
||||
// The function lf_count_edge_periods() returns > 64 periods, this is not a valid number periods
|
||||
Dbprintf("Detected unexpected period count: %d", periods);
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue