mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
chg: 'lf indala demod' -more lenient size check
This commit is contained in:
parent
4dac94c772
commit
f7bbf8b59f
1 changed files with 1 additions and 1 deletions
|
@ -859,7 +859,7 @@ out:
|
||||||
|
|
||||||
*size = found_size;
|
*size = found_size;
|
||||||
|
|
||||||
if (found_size != 224 && found_size != 64) {
|
if (found_size < 64) {
|
||||||
PrintAndLogEx(INFO, "DEBUG: detectindala | %zu", found_size);
|
PrintAndLogEx(INFO, "DEBUG: detectindala | %zu", found_size);
|
||||||
return -5;
|
return -5;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue