mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
Update cmdhfmf.c
Signed-off-by: spandox2 <31641448+spandox2@users.noreply.github.com>
This commit is contained in:
parent
7a832e175e
commit
5baba1fd43
1 changed files with 2 additions and 1 deletions
|
@ -2508,8 +2508,9 @@ static int CmdHF14AMfAutoPWN(const char *Cmd) {
|
|||
|
||||
uint64_t select_status = resp.oldarg[0];
|
||||
if (select_status == 0) {
|
||||
PrintAndLogEx(DEBUG, "iso14443a card select failed");
|
||||
// iso14443a card select failed
|
||||
PrintAndLogEx(FAILED, "No tag detected or other tag communication error");
|
||||
PrintAndLogEx(HINT, "Hint: Try some distance or position of the card");
|
||||
return PM3_ECARDEXCHANGE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue