mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
chg: 'hf search' textual
chg: 'lf search' textual
This commit is contained in:
parent
cff2473cf8
commit
886f7fbdad
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -383,7 +383,7 @@ int CmdLFSnoop(const char *Cmd) {
|
||||||
UsbCommand c = {CMD_LF_SNOOP_RAW_ADC_SAMPLES,{0,0,0}};
|
UsbCommand c = {CMD_LF_SNOOP_RAW_ADC_SAMPLES,{0,0,0}};
|
||||||
clearCommandBuffer();
|
clearCommandBuffer();
|
||||||
SendCommand(&c);
|
SendCommand(&c);
|
||||||
WaitForResponse(CMD_ACK,NULL);
|
WaitForResponse(CMD_ACK, NULL);
|
||||||
getSamples(0, false);
|
getSamples(0, false);
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue