From: iceman1001 Date: Fri, 13 Mar 2015 08:00:04 +0000 (+0100) Subject: FIX: Marshmellow hinted that I should use another fskclock method, which obeys the... X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/4d60f1562f0e7a042ba70a1bb8c00d1e404666bf?ds=sidebyside;hp=--cc FIX: Marshmellow hinted that I should use another fskclock method, which obeys the verbose parameter. --- 4d60f1562f0e7a042ba70a1bb8c00d1e404666bf diff --git a/client/cmdlft55xx.c b/client/cmdlft55xx.c index 29b8032e..f7465022 100644 --- a/client/cmdlft55xx.c +++ b/client/cmdlft55xx.c @@ -216,7 +216,7 @@ int CmdReadBlk(const char *Cmd) // try a detection. } - if (CmdDetectClockRate("f")){ //wave is almost certainly FSK + if (GetFskClock("", FALSE, FALSE)){ //wave is almost certainly FSK // FSK if ( FSKrawDemod("0 0", FALSE) && test()) printT55xx("FSK");