mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Merge pull request #2049 from beckerj/patch-1
Fix typo in hf_legic_clone.lua
This commit is contained in:
commit
e10b962f8f
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ local function help()
|
||||||
print(example)
|
print(example)
|
||||||
end
|
end
|
||||||
-- read LEGIC data
|
-- read LEGIC data
|
||||||
local function readlegicdata(offset, length, iv)
|
local function readlegicdata(offset, len, iv)
|
||||||
-- Read data
|
-- Read data
|
||||||
local d0 = ('%04X%04X%02X'):format(offset, len, iv)
|
local d0 = ('%04X%04X%02X'):format(offset, len, iv)
|
||||||
local c = Command:newNG{cmd = cmds.CMD_HF_LEGIC_READER, data = d0}
|
local c = Command:newNG{cmd = cmds.CMD_HF_LEGIC_READER, data = d0}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue