This commit is contained in:
merlokk 2021-08-13 00:01:03 +03:00
commit 6275c137f3

View file

@ -4942,7 +4942,7 @@ static int CmdHF14ADesWriteData(const char *Cmd) {
DesfireSetCommMode(&dctx, commMode); DesfireSetCommMode(&dctx, commMode);
if (res == PM3_SUCCESS) { 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; readeridpushed = true;
if (verbose) if (verbose)
PrintAndLogEx(INFO, "CommitReaderID " _GREEN_("OK")); PrintAndLogEx(INFO, "CommitReaderID " _GREEN_("OK"));