]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
more graceful exit to lf search if no signal found 600/head
authormarshmellow42 <marshmellowrf@gmail.com>
Sat, 5 May 2018 03:54:01 +0000 (23:54 -0400)
committermarshmellow42 <marshmellowrf@gmail.com>
Sat, 5 May 2018 03:54:01 +0000 (23:54 -0400)
client/cmdlf.c

index 63dd737e68a11fdcdaeab971a6cadc8b32b89ed9..51e89581b74c7c906f7fc118a9c28b59e821b17d 100644 (file)
@@ -947,6 +947,7 @@ int CmdLFfind(const char *Cmd)
                                return 1;
                        }
                }
+               PrintAndLog("\nNo Data Found! - maybe not an LF tag?\n");
                return 0;
        }
 
Impressum, Datenschutz