mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-19 05:33:17 +08:00
Merge pull request #24 from Defensor7/master
lfops.c CmdEM410xdemod empty TAG ID fix.
This commit is contained in:
commit
761e0cd0f9
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;
|
||||
|
||||
errCnt = Em410xDecode(dest, &size, &idx, &hi, &lo);
|
||||
if (errCnt){
|
||||
if (errCnt == 1){
|
||||
if (size == 128){
|
||||
Dbprintf("EM XL TAG ID: %06x%08x%08x - (%05d_%03d_%08d)",
|
||||
hi,
|
||||
|
|
Loading…
Reference in a new issue