mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
changed signature of hf info
This commit is contained in:
parent
d14644c09f
commit
b07e33bcdb
5 changed files with 11 additions and 6 deletions
|
@ -47,7 +47,7 @@ static int CmdHFFidoInfo(const char *cmd) {
|
|||
PrintAndLogEx(WARNING, "WARNING: command doesn't have any parameters.\n");
|
||||
|
||||
// info about 14a part
|
||||
infoHF14A(false, false);
|
||||
infoHF14A(false, false, false);
|
||||
|
||||
// FIDO info
|
||||
PrintAndLogEx(NORMAL, "--------------------------------------------");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue