CHG: NO_RATS adjustments to luascripts.

This commit is contained in:
iceman1001 2017-10-05 16:17:09 +02:00
commit 9701643fdd
11 changed files with 35 additions and 29 deletions

View file

@ -126,7 +126,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