mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
FIX: 'lf search' should work now again.
This commit is contained in:
parent
91898babc0
commit
1bf452e842
2 changed files with 2 additions and 3 deletions
|
@ -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, &);
|
||||
|
||||
if (!maxLen) maxLen = MAX_GRAPH_TRACE_LEN;
|
||||
if (!maxLen) maxLen = BIGBUF_SIZE;
|
||||
|
||||
if (invert != 0 && invert != 1) {
|
||||
PrintAndLog("Invalid argument: %s", Cmd);
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue