mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -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;
|
||||
|
||||
if (found_size != 224 && found_size != 64) {
|
||||
if (found_size < 64) {
|
||||
PrintAndLogEx(INFO, "DEBUG: detectindala | %zu", found_size);
|
||||
return -5;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue