mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
CHG: 'hf mf fchk' - textual
This commit is contained in:
parent
6e281a08ed
commit
e3f4ef498f
3 changed files with 5 additions and 6 deletions
|
@ -68,9 +68,9 @@ end
|
|||
---
|
||||
-- This is only meant to be used when errors occur
|
||||
local function oops(err)
|
||||
print("ERROR: ",err)
|
||||
print("ERROR: ", err)
|
||||
calypso_switch_off_field()
|
||||
return nil,err
|
||||
return nil, err
|
||||
end
|
||||
---
|
||||
-- Usage help
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue