mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
modified hf 14a apdu
to report back when extending time and also added a possibililty to interrupt the extension loop with button press or usb commad. A bunch of minor textual changes
This commit is contained in:
parent
db877ce4fd
commit
b4cc21c68f
19 changed files with 99 additions and 57 deletions
|
@ -60,8 +60,8 @@ end
|
|||
-- waits for answer from pm3 device
|
||||
local function checkCommand(response)
|
||||
if not response then
|
||||
print("Timeout while waiting for response. Increase TIMEOUT in hf_mf_keycheck.lua to wait longer")
|
||||
return nil, "Timeout while waiting for device to respond"
|
||||
print("timeout while waiting for reply. Increase TIMEOUT in hf_mf_keycheck.lua to wait longer")
|
||||
return nil, "timeout while waiting for reply"
|
||||
end
|
||||
|
||||
if response.Status == PM3_SUCCESS then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue