X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/bb73c58d9a5501426646b8fcfff87331ea3312a6..1cc80785e55ed476b817b806ea8d6028367a4f7e:/client/cmdlfjablotron.c diff --git a/client/cmdlfjablotron.c b/client/cmdlfjablotron.c index ee4b3957..7852508d 100644 --- a/client/cmdlfjablotron.c +++ b/client/cmdlfjablotron.c @@ -82,16 +82,12 @@ int CmdJablotronDemod(const char *Cmd) { int ans = JablotronDemod(DemodBuffer, &size); if (ans < 0){ if (g_debugMode){ - // if (ans == -5) - // PrintAndLog("DEBUG: Error - Jablotron not enough samples"); if (ans == -1) PrintAndLog("DEBUG: Error - Jablotron too few bits found"); - // else if (ans == -2) - // PrintAndLog("DEBUG: Error - Jablotron problem during ASK/Biphase demod"); - else if (ans == -3) - PrintAndLog("DEBUG: Error - Jablotron Size not correct: %d", size); - else if (ans == -4) + else if (ans == -2) PrintAndLog("DEBUG: Error - Jablotron preamble not found"); + else if (ans == -3) + PrintAndLog("DEBUG: Error - Jablotron size not correct: %d", size); else if (ans == -5) PrintAndLog("DEBUG: Error - Jablotron checksum failed"); else