adapt lua for hid sim
This commit is contained in:
@@ -214,7 +214,7 @@ local function main(args)
|
|||||||
end
|
end
|
||||||
facilityrequired = 0 -- Disable the FC required check, as we used it for type instead of FC
|
facilityrequired = 0 -- Disable the FC required check, as we used it for type instead of FC
|
||||||
elseif rfidtag == 'hid' then
|
elseif rfidtag == 'hid' then
|
||||||
consolecommand = 'lf hid sim'
|
consolecommand = 'lf hid sim -r'
|
||||||
rfidtagname = 'HID'
|
rfidtagname = 'HID'
|
||||||
facilityrequired = 1
|
facilityrequired = 1
|
||||||
else -- Display error and exit out if bad RFID tag was supplied
|
else -- Display error and exit out if bad RFID tag was supplied
|
||||||
|
|||||||
Reference in New Issue
Block a user