lf hid clone - textual

This commit is contained in:
iceman1001
2020-10-08 20:32:45 +02:00
parent a547690af5
commit 3f977043bd
2 changed files with 7 additions and 6 deletions

View File

@@ -708,7 +708,7 @@ bool HIDTryUnpack(wiegand_message_t *packed, bool ignore_parity) {
}
++i;
}
if (result == false) {
if (result == false && packed->Length) {
PrintAndLogEx(SUCCESS, "Unknown. Bit len %d", packed->Length);
}