mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
spelling
This commit is contained in:
parent
02c2ea5a15
commit
25dd7c9a1c
4 changed files with 4 additions and 4 deletions
|
@ -118,7 +118,7 @@ local function test()
|
|||
, arg1 = config
|
||||
, arg2 = block
|
||||
}
|
||||
local reponse, err = wc:sendMIX(false)
|
||||
local response, err = wc:sendMIX(false)
|
||||
if not response then return oops(err) end
|
||||
|
||||
else
|
||||
|
|
|
@ -113,7 +113,7 @@ local function test()
|
|||
, arg1 = config
|
||||
, arg2 = block
|
||||
}
|
||||
local reponse, err = wc:sendMIX(false)
|
||||
local response, err = wc:sendMIX(false)
|
||||
if not response then return oops(err) end
|
||||
else
|
||||
dbg(pcmd)
|
||||
|
|
|
@ -115,7 +115,7 @@ local function test(modulation)
|
|||
, arg1 = config
|
||||
, arg2 = block
|
||||
}
|
||||
local reponse, err = wc:sendMIX(false)
|
||||
local response, err = wc:sendMIX(false)
|
||||
if not response then return oops(err) end
|
||||
else
|
||||
dbg(pcmd)
|
||||
|
|
|
@ -120,7 +120,7 @@ local function test(modulation)
|
|||
, arg1 = config
|
||||
, arg2 = block
|
||||
}
|
||||
local reponse, err = wc:sendMIX(false)
|
||||
local response, err = wc:sendMIX(false)
|
||||
if not response then return oops(err) end
|
||||
else
|
||||
dbg(cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue