Adjust LUA scripts to new ISO14A_NO_RATS option
This commit is contained in:
@@ -71,7 +71,7 @@ end
|
||||
--
|
||||
-- Read information from a card
|
||||
function GetCardInfo()
|
||||
result, err = lib14a.read1443a(false)
|
||||
result, err = lib14a.read1443a(false, true)
|
||||
if not result then
|
||||
print(err)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user