]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmdlfpresco.c
FIX: @marshmellow42 's fixes for enhanced STT and AskDemod. Now the "lf presco...
[proxmark3-svn] / client / cmdlfpresco.c
index 47ff7db3e4ab6e4ac0d94287cb6fed071c713ef4..accd6f22ebb624729756d4e3134d8d8550a8f8f9 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_ext("32 0 0", FALSE, FALSE, 1, &st)) {
+       if (!ASKDemod_ext("32 0 0 0 0 a", FALSE, FALSE, 1, &st)) {
                if (g_debugMode) PrintAndLog("DEBUG: Error Presco ASKDemod failed");
                return 0;
        }
Impressum, Datenschutz