mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user