mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
Update cmdhfmf.c
text change Signed-off-by: spandox2 <31641448+spandox2@users.noreply.github.com>
This commit is contained in:
parent
67bfddde57
commit
b9efd8ce48
1 changed files with 2 additions and 1 deletions
|
@ -2508,7 +2508,8 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
|
|||
|
||||
uint64_t select_status = resp.oldarg[0];
|
||||
if (select_status == 0) {
|
||||
PrintAndLogEx(HINT, "iso14443a card select failed (Hint: check card position)");
|
||||
PrintAndLogEx(DEBUG, "iso14443a card select failed");
|
||||
PrintAndLogEx(HINT, "Card Select failed. Hint: Try some distance and/or change the position of the card");
|
||||
return PM3_ECARDEXCHANGE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue