This commit is contained in:
iceman1001
2025-10-12 11:34:20 +02:00
parent 4556492fe5
commit 9a0e6fbfac
+1 -1
View File
@@ -199,7 +199,7 @@ int CmdWiegandDecode(const char *Cmd) {
return PM3_EINVARG;
}
if(no_preamble){
if (no_preamble) {
// pass hex input length as is and brute force all possible lengths
blen = -hlen;
}