mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
lf_em_tearoff: oops accept absence of pwd
This commit is contained in:
parent
675c86ec98
commit
e20742dd04
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ local function main(args)
|
||||||
sd = sd or 2000
|
sd = sd or 2000
|
||||||
ed = ed or 2100
|
ed = ed or 2100
|
||||||
|
|
||||||
if #password ~= 8 then
|
if password ~= '' and #password ~= 8 then
|
||||||
return oops('password must be 4 hex bytes')
|
return oops('password must be 4 hex bytes')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue