mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
style
This commit is contained in:
parent
f49d7e6d39
commit
68e5b3c355
21 changed files with 106 additions and 106 deletions
|
@ -45,7 +45,7 @@ local function parse1443b(data)
|
|||
|
||||
local count, uid, uidlen, atqb, chipid, cid = bin.unpack('H10CH7CC',data)
|
||||
uid = uid:sub(1, 2 * uidlen)
|
||||
return {
|
||||
return {
|
||||
uid = uid,
|
||||
uidlen = uidlen,
|
||||
atqb = atqb,
|
||||
|
@ -73,7 +73,7 @@ local function read14443b(disconnect)
|
|||
cmd = cmds.CMD_ISO_14443B_COMMAND,
|
||||
arg1 = flags
|
||||
}
|
||||
|
||||
|
||||
local result, err = command:sendMIX()
|
||||
if result then
|
||||
local count,cmd,arg0,arg1,arg2 = bin.unpack('LLLL',result)
|
||||
|
|
|
@ -120,7 +120,7 @@ local function read15693(slow, dont_readresponse)
|
|||
else
|
||||
err = 'No response from card'
|
||||
end
|
||||
|
||||
|
||||
if err then
|
||||
print(err)
|
||||
return nil, err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue