rename few CMD_* to get some less diversity
This commit is contained in:
@@ -95,7 +95,7 @@ local function read15693(slow, dont_readresponse)
|
||||
data = utils.Crc15("260100")
|
||||
|
||||
command = Command:newMIX{
|
||||
cmd = cmds.CMD_ISO_15693_COMMAND,
|
||||
cmd = cmds.CMD_HF_ISO15693_COMMAND,
|
||||
arg1 = #data / 2,
|
||||
arg2 = 1,
|
||||
arg3 = 1,
|
||||
@@ -144,7 +144,7 @@ end
|
||||
|
||||
-- Sends an instruction to do nothing, only disconnect
|
||||
local function disconnect15693()
|
||||
local c = Command:newMIX{cmd = cmds.CMD_ISO_15693_COMMAND}
|
||||
local c = Command:newMIX{cmd = cmds.CMD_HF_ISO15693_COMMAND}
|
||||
-- We can ignore the response here, no ACK is returned for this command
|
||||
-- Check /armsrc/iso14443a.c, ReaderIso14443a() for details
|
||||
return c:sendMIX(true)
|
||||
|
||||
Reference in New Issue
Block a user