mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-15 01:23:04 -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
|
@ -159,7 +159,7 @@ local function main(args)
|
|||
if #uid ~= 14 then return oops('uid wrong length. Should be 7 hex bytes') end
|
||||
else
|
||||
-- GET TAG UID
|
||||
local tag, err = lib14a.read1443a(false)
|
||||
local tag, err = lib14a.read1443a(false, true)
|
||||
if not tag then return oops(err) end
|
||||
core.clearCommandBuffer()
|
||||
uid = tag.uid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue