works for my fob

This commit is contained in:
Dima Zakharov
2026-04-25 16:19:37 +01:00
parent ca792bd430
commit cb0d013213
+2 -2
View File
@@ -76,8 +76,8 @@ static int lf_hid_validate_packed_transport(const wiegand_input_t *input, const
return PM3_SUCCESS;
}
if (input->packed.Length > 37) {
PrintAndLogEx(ERR, "%s supports only packed credentials up to 37 bits", command_name);
if (input->packed.Length > 48) {
PrintAndLogEx(ERR, "%s supports only packed credentials up to 48 bits", command_name);
return PM3_EINVARG;
}