mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
Merge 2484ea6f82
into 6e3d8d671a
This commit is contained in:
commit
c051bdc09a
1 changed files with 1 additions and 1 deletions
|
@ -1053,7 +1053,7 @@ void CmdEM410xdemod(int findone, int *high, int *low, int ledcontrol)
|
|||
if (errCnt<0) continue;
|
||||
|
||||
errCnt = Em410xDecode(dest, &size, &idx, &hi, &lo);
|
||||
if (errCnt){
|
||||
if (errCnt == 1){
|
||||
if (size>64){
|
||||
Dbprintf("EM XL TAG ID: %06x%08x%08x - (%05d_%03d_%08d)",
|
||||
hi,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue