chg: unified code

This commit is contained in:
iceman1001 2019-03-09 11:36:05 +01:00
commit 6b9e5e0400
3 changed files with 4 additions and 7 deletions

View file

@ -878,8 +878,7 @@ int CmdLFfind(const char *Cmd) {
if (isOnline) {
// only run if graphbuffer is just noise as it should be for hitag
// The improved noise detection will find Cotag.
signal_t *sp = getSignalProperties();
if (sp->isnoise) {
if (getSignalProperties()->isnoise) {
PrintAndLogEx(INFO, "Signal looks just like noise. Looking for Hitag signal now.");