FIX: 'lf search' should work now again.

This commit is contained in:
iceman1001 2017-07-31 11:46:35 +02:00
commit 1bf452e842
2 changed files with 2 additions and 3 deletions

View file

@ -394,7 +394,7 @@ int ASKDemod_ext(const char *Cmd, bool verbose, bool emSearch, uint8_t askType,
sscanf(Cmd, "%i %i %i %i %c", &clk, &invert, &maxErr, &maxLen, &amp);
if (!maxLen) maxLen = MAX_GRAPH_TRACE_LEN;
if (!maxLen) maxLen = BIGBUF_SIZE;
if (invert != 0 && invert != 1) {
PrintAndLog("Invalid argument: %s", Cmd);

View file

@ -386,7 +386,6 @@ int AskEm410xDecode(bool verbose, uint32_t *hi, uint64_t *lo ) {
printDemodBuff();
}
printf("ice B %d \n", verbose);
if (verbose)
printEM410x(*hi, *lo);