Merge pull request #24 from Defensor7/master
lfops.c CmdEM410xdemod empty TAG ID fix.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user