mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
text
This commit is contained in:
parent
8d3cb46a39
commit
6275c137f3
1 changed files with 1 additions and 1 deletions
|
@ -4942,7 +4942,7 @@ static int CmdHF14ADesWriteData(const char *Cmd) {
|
|||
DesfireSetCommMode(&dctx, commMode);
|
||||
|
||||
if (res == PM3_SUCCESS) {
|
||||
PrintAndLogEx(INFO, "Prev reader id[%d]: %s", resplen, sprint_hex(resp, resplen));
|
||||
PrintAndLogEx(INFO, "Prev reader id encoded[%d]: %s", resplen, sprint_hex(resp, resplen));
|
||||
readeridpushed = true;
|
||||
if (verbose)
|
||||
PrintAndLogEx(INFO, "CommitReaderID " _GREEN_("OK"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue