mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -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
|
@ -36,7 +36,7 @@ static int CmdHFMFPInfo(const char *cmd) {
|
|||
PrintAndLogEx(WARNING, "command don't have any parameters.\n");
|
||||
|
||||
// info about 14a part
|
||||
infoHF14A(false, false);
|
||||
infoHF14A(false, false, false);
|
||||
|
||||
// Mifare Plus info
|
||||
SendCommandMIX(CMD_HF_ISO14443A_READER, ISO14A_CONNECT | ISO14A_NO_DISCONNECT, 0, 0, NULL, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue