chg: 'hf search' textual
chg: 'lf search' textual
This commit is contained in:
@@ -81,7 +81,7 @@ int CmdHFSearch(const char *Cmd){
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "\nno known/supported 13.56 MHz tags found\n");
|
PrintAndLogEx(FAILED, "\nno known/supported 13.56 MHz tags found\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -898,7 +898,7 @@ int CmdLFfind(const char *Cmd) {
|
|||||||
//if (CmdFermaxDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Fermax ID Found!"); goto out;}
|
//if (CmdFermaxDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Fermax ID Found!"); goto out;}
|
||||||
// TIdemod? flexdemod?
|
// TIdemod? flexdemod?
|
||||||
|
|
||||||
PrintAndLogEx(FAILED, "\nNo Known Tags Found!\n");
|
PrintAndLogEx(FAILED, "\nno known 125/134 KHz tags Found!\n");
|
||||||
|
|
||||||
if (testRaw=='u' || testRaw=='U'){
|
if (testRaw=='u' || testRaw=='U'){
|
||||||
//test unknown tag formats (raw mode)
|
//test unknown tag formats (raw mode)
|
||||||
|
|||||||
Reference in New Issue
Block a user