mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-07 05:31:17 -07:00
Adjust LUA scripts to new ISO14A_NO_RATS option
This commit is contained in:
parent
c04a4b60ce
commit
5d8f664d7a
8 changed files with 23 additions and 11 deletions
|
@ -122,7 +122,7 @@ local function main(args)
|
|||
|
||||
|
||||
-- find tag
|
||||
result, err = lib14a.read1443a(false)
|
||||
result, err = lib14a.read1443a(false, true)
|
||||
if not result then return oops(err) end
|
||||
|
||||
-- load keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue