mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -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
|
@ -385,8 +385,7 @@ int AskEm410xDecode(bool verbose, uint32_t *hi, uint64_t *lo ) {
|
|||
PrintAndLog("DEBUG: Em410x idx: %d, Len: %d, Printing Demod Buffer:", idx, size);
|
||||
printDemodBuff();
|
||||
}
|
||||
|
||||
printf("ice B %d \n", verbose);
|
||||
|
||||
if (verbose)
|
||||
printEM410x(*hi, *lo);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue