This commit is contained in:
Defensor7 2018-09-06 05:51:19 +00:00 committed by GitHub
commit c051bdc09a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1053,7 +1053,7 @@ void CmdEM410xdemod(int findone, int *high, int *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>64){ if (size>64){
Dbprintf("EM XL TAG ID: %06x%08x%08x - (%05d_%03d_%08d)", Dbprintf("EM XL TAG ID: %06x%08x%08x - (%05d_%03d_%08d)",
hi, hi,