mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: 'lf cotag demod' - now finds FC/CN Thanks to @marshmellow42
CHG: 'lf search' - now detects COTAG
This commit is contained in:
parent
96b516e180
commit
a330987de1
6 changed files with 59 additions and 27 deletions
|
@ -371,8 +371,8 @@ uint32_t doCotagAcquisitionManchester() {
|
|||
uint8_t *dest = BigBuf_get_addr();
|
||||
uint16_t bufsize = BigBuf_max_traceLen();
|
||||
|
||||
if ( bufsize > 320 )
|
||||
bufsize = 320;
|
||||
if ( bufsize > COTAG_BITS )
|
||||
bufsize = COTAG_BITS;
|
||||
|
||||
dest[0] = 0;
|
||||
uint8_t sample = 0, firsthigh = 0, firstlow = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue