]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
fixed bug in CmdFdxDemod
authorMalte F. Hillmann <info@maltehillmann.de>
Wed, 27 Mar 2019 13:36:39 +0000 (14:36 +0100)
committerMalte F. Hillmann <info@maltehillmann.de>
Wed, 27 Mar 2019 13:36:39 +0000 (14:36 +0100)
client/cmdlffdx.c

index 20f834ceb7c687a4c708e5c4c37b8b2e3c452124..5677c79dee8ba0a17f7db37f718ea7c9120cabe6 100644 (file)
@@ -137,7 +137,7 @@ int CmdFdxDemod(const char *Cmd){
 
        //Differential Biphase / di-phase (inverted biphase)
        //get binary from ask wave
-       if (!ASKbiphaseDemod("0 32 1 0", false)) {
+       if (!ASKbiphaseDemod("0 32 1 100", false)) {
                if (g_debugMode) PrintAndLog("DEBUG: Error - FDX-B ASKbiphaseDemod failed");
                return 0;
        }
Impressum, Datenschutz