Adjust LUA scripts to new ISO14A_NO_RATS option

This commit is contained in:
pwpiwi 2017-10-04 18:25:34 +02:00
parent c04a4b60ce
commit 5d8f664d7a
8 changed files with 23 additions and 11 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)
result, err = lib14a.read1443a(false, true)
if not result then
return oops(err)
end