mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-21 04:29:53 +08:00
lfops.c CmdEM410xdemod empty TAG ID fix.
This commit is contained in:
parent
b80d683ce6
commit
b7bdc69e5a
1 changed files with 1 additions and 1 deletions
|
@ -1117,7 +1117,7 @@ void CmdEM410xdemod(int findone, uint32_t *high, uint64_t *low, int ledcontrol)
|
||||||
if (errCnt < 0) continue;
|
if (errCnt < 0) continue;
|
||||||
|
|
||||||
errCnt = Em410xDecode(dest, &size, &idx, &hi, &lo);
|
errCnt = Em410xDecode(dest, &size, &idx, &hi, &lo);
|
||||||
if (errCnt){
|
if (errCnt == 1){
|
||||||
if (size == 128){
|
if (size == 128){
|
||||||
Dbprintf("EM XL TAG ID: %06x%08x%08x - (%05d_%03d_%08d)",
|
Dbprintf("EM XL TAG ID: %06x%08x%08x - (%05d_%03d_%08d)",
|
||||||
hi,
|
hi,
|
||||||
|
|
Loading…
Add table
Reference in a new issue