]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: Marshmellow hinted that I should use another fskclock method, which obeys the...
authoriceman1001 <iceman@iuse.se>
Fri, 13 Mar 2015 08:00:04 +0000 (09:00 +0100)
committericeman1001 <iceman@iuse.se>
Fri, 13 Mar 2015 08:00:04 +0000 (09:00 +0100)
client/cmdlft55xx.c

index 29b8032e1348412014165aa91818c42cfb42d188..f7465022960dd760a131bc08201de28c735d2eaf 100644 (file)
@@ -216,7 +216,7 @@ int CmdReadBlk(const char *Cmd)
                // try a detection.     \r
        }\r
        \r
-       if (CmdDetectClockRate("f")){ //wave is almost certainly FSK\r
+       if (GetFskClock("", FALSE, FALSE)){ //wave is almost certainly FSK\r
                // FSK\r
                if ( FSKrawDemod("0 0", FALSE) && test())\r
                        printT55xx("FSK");\r
Impressum, Datenschutz