chg: 'lf indala demod' -more lenient size check
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user