]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlf.c
CHG: added the ASK/Biphase demod of signal for NEDAP demod.
[proxmark3-svn] / client / cmdlf.c
index 09bd5a1ab8d786da64a093b3eb5672bb1d7cdfab..0093c5be15d81d1fd9575ee42bb38c0fbc1f125b 100644 (file)
@@ -1119,6 +1119,11 @@ int CmdLFfind(const char *Cmd) {
                PrintAndLog("\nValid NexWatch ID Found!");
                return 1;
        }
+       ans=CmdFSKdemodNedap("");
+       if (ans>0) {
+               PrintAndLog("\nValid NEDAP ID Found!");
+               return 1;
+       }
        // TIdemod?
        
 
Impressum, Datenschutz