Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
chg: friendly exit message (@marshmellow42)
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed May 5, 2018
1 parent 9581317 commit adb1b90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/cmdlf.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,8 @@ int CmdLFfind(const char *Cmd) {
// 26 === RHT2F_UID_ONLY
if (CmdLFHitagReader("26") == 0) { PrintAndLogEx(SUCCESS, "\nValid Hitag Found!"); return 1;}
if (CmdCOTAGRead("") > 0) { PrintAndLogEx(SUCCESS, "\nValid COTAG ID Found!"); return 1;}

PrintAndLogEx(FAILED, "\nNo Data Found! - maybe not an LF tag?");
return 0;
}
}
Expand Down Expand Up @@ -898,7 +900,7 @@ int CmdLFfind(const char *Cmd) {
//if (CmdFermaxDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Fermax ID Found!"); goto out;}
// TIdemod? flexdemod?

PrintAndLogEx(FAILED, "\nno known 125/134 KHz tags Found!\n");
PrintAndLogEx(FAILED, "\nNo known 125/134 KHz tags Found!\n");

if (testRaw=='u' || testRaw=='U'){
//test unknown tag formats (raw mode)
Expand Down

0 comments on commit adb1b90

Please sign in to comment.