mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
adapt lua for hid sim
This commit is contained in:
parent
4a8edc4e54
commit
adb5ec1676
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue