chg: 'lf indala demod' -more lenient size check

This commit is contained in:
iceman1001 2020-05-15 09:00:44 +02:00
parent 4dac94c772
commit f7bbf8b59f

View file

@ -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;
}