mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 19:24:10 +08: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;
|
||||
len++;
|
||||
}
|
||||
if (len < 26 )
|
||||
len = 26;
|
||||
return len;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue