mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix: lf search
hangs
This commit is contained in:
parent
9f3e94c668
commit
0ef374e06f
2 changed files with 4 additions and 3 deletions
|
@ -1953,9 +1953,10 @@ void ReaderHitag(const lf_hitag_data_t *payload, bool ledcontrol) {
|
|||
memset(rx, 0x00, sizeof(rx));
|
||||
rxlen = 0;
|
||||
|
||||
// If there is no response, just repeat the loop
|
||||
// If there is no response
|
||||
if (detected_tag_modulation == false) {
|
||||
continue;
|
||||
checked = -1;
|
||||
goto out;
|
||||
}
|
||||
|
||||
// Make sure we always have an even number of samples. This fixes the problem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue