mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 08:05:13 +08: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
|
||||
facilityrequired = 0 -- Disable the FC required check, as we used it for type instead of FC
|
||||
elseif rfidtag == 'hid' then
|
||||
consolecommand = 'lf hid sim'
|
||||
consolecommand = 'lf hid sim -r'
|
||||
rfidtagname = 'HID'
|
||||
facilityrequired = 1
|
||||
else -- Display error and exit out if bad RFID tag was supplied
|
||||
|
|
Loading…
Reference in a new issue