mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: NO_RATS adjustments to luascripts.
This commit is contained in:
parent
2ca0ea8cb4
commit
9701643fdd
11 changed files with 35 additions and 29 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