Merge pull request #2049 from beckerj/patch-1

Fix typo in hf_legic_clone.lua
This commit is contained in:
Iceman
2023-07-21 15:18:03 +02:00
committed by GitHub
+1 -1
View File
@@ -168,7 +168,7 @@ local function help()
print(example)
end
-- read LEGIC data
local function readlegicdata(offset, length, iv)
local function readlegicdata(offset, len, iv)
-- Read data
local d0 = ('%04X%04X%02X'):format(offset, len, iv)
local c = Command:newNG{cmd = cmds.CMD_HF_LEGIC_READER, data = d0}