X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/4a6bc37e70240643fce872d406c83f566c6291c5..68541dddc2734755f4fd306e327dffa89640ecdd:/client/cmdlfjablotron.c diff --git a/client/cmdlfjablotron.c b/client/cmdlfjablotron.c index 0b7d2811..a2984ac8 100644 --- a/client/cmdlfjablotron.c +++ b/client/cmdlfjablotron.c @@ -5,7 +5,7 @@ // the license. //----------------------------------------------------------------------------- // Low frequency jablotron tag commands -// Differential Biphase, RF/64, 64 bits long +// Differential Biphase, RF/64, 64 bits long (complete) //----------------------------------------------------------------------------- #include "cmdlfjablotron.h" @@ -141,8 +141,7 @@ int CmdJablotronDemod(const char *Cmd) { } int CmdJablotronRead(const char *Cmd) { - CmdLFRead("s"); - getSamples("10000", true); + lf_read(true, 10000); return CmdJablotronDemod(Cmd); }