Merge pull request #24 from Defensor7/master

lfops.c CmdEM410xdemod empty TAG ID fix.
This commit is contained in:
RFID Research Group 2018-09-05 18:12:11 +02:00 committed by GitHub
commit 761e0cd0f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,