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:
iceman1001 2025-03-20 19:58:13 +01:00
commit b4cc21c68f
19 changed files with 99 additions and 57 deletions

View file

@ -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