chg: 'lf search' - added TI detection

This commit is contained in:
iceman1001 2019-03-09 21:42:40 +01:00
commit 902a5f06ff
2 changed files with 75 additions and 64 deletions

View file

@ -912,9 +912,9 @@ int CmdLFfind(const char *Cmd) {
if (CmdSecurakeyDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Securakey ID Found!"); goto out;}
if (CmdVikingDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Viking ID Found!"); goto out;}
if (CmdVisa2kDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Visa2000 ID Found!"); goto out;}
if (CmdTIDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Texas Instrument ID Found!"); goto out;}
//if (CmdFermaxDemod("")) { PrintAndLogEx(SUCCESS, "\nValid Fermax ID Found!"); goto out;}
// TIdemod? flexdemod?
// flexdemod?
PrintAndLogEx(FAILED, "\nNo known 125/134 KHz tags Found!\n");