mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Merge pull request #3265 from sco3/master
The fob with raw 00000000000009xxxxxxxxx9 cannot be written with lf hid clone -r
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user