mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
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:
parent
d228198808
commit
52108cabf3
3 changed files with 8 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "cmdlf.h" // Setconfig
|
||||
|
||||
#ifndef COTAG_BITS
|
||||
#define COTAG_BITS 320
|
||||
#define COTAG_BITS 264
|
||||
#endif
|
||||
|
||||
int CmdLFCOTAG(const char *Cmd);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue