Fix typo in lua scripts: 1443a -> 14443a.

This commit is contained in:
Arnie97 2018-01-25 13:43:01 +08:00
commit e98389b355
8 changed files with 27 additions and 27 deletions

View file

@ -127,7 +127,7 @@ local function main(args)
local cmdSetDbgOff = "hf mf dbg 0"
core.console( cmdSetDbgOff)
result, err = lib14a.read1443a(false, true)
result, err = lib14a.read14443a(false, true)
if not result then
return oops(err)
end