CHG: 'lf cotag read' - added the raw output and the repeating byte pattern is 16bytes, so we only collect that many bytes from card

This commit is contained in:
iceman1001 2017-02-03 00:07:55 +01:00
commit 52108cabf3
3 changed files with 8 additions and 4 deletions

View file

@ -65,7 +65,7 @@
#define FALSE 0
#ifndef COTAG_BITS
#define COTAG_BITS 320
#define COTAG_BITS 264
#endif
//#define PACKED __attribute__((__packed__))