mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
conside less than 26, to be 26bit wiegand
This commit is contained in:
parent
4707355431
commit
45318e4346
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ uint8_t get_length_from_header(wiegand_message_t *data) {
|
||||||
hfmt >>= 1;
|
hfmt >>= 1;
|
||||||
len++;
|
len++;
|
||||||
}
|
}
|
||||||
|
if (len < 26 )
|
||||||
|
len = 26;
|
||||||
return len;
|
return len;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue