]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfpresco.c
ADD: 'lf search' - added a rudimentary identification of IDTECK tags, will demod...
[proxmark3-svn] / client / cmdlfpresco.c
index 8a9f8c5d7df610290cd54157cefa542af1fb7f40..36f99107bc8eddb493104c7b32c8d971b0508e3f 100644 (file)
@@ -116,7 +116,7 @@ int GetPrescoBits(uint32_t fullcode, uint8_t *prescoBits) {
 //see ASKDemod for what args are accepted
 int CmdPrescoDemod(const char *Cmd) {
        bool st = true;
-       //if (!ASKDemod(Cmd, false, false, 1)) {
+
        if (!ASKDemod_ext("32 0 0", FALSE, FALSE, 1, &st)) {
                if (g_debugMode) PrintAndLog("DEBUG: Error Presco ASKDemod failed");
                return 0;
Impressum, Datenschutz