CHG: 'lf cotag demod' - now finds FC/CN Thanks to @marshmellow42

CHG:  'lf search' - now detects COTAG
This commit is contained in:
iceman1001 2017-02-02 19:15:36 +01:00
commit a330987de1
6 changed files with 59 additions and 27 deletions

View file

@ -11,14 +11,18 @@
#ifndef CMDLFCOTAG_H__
#define CMDLFCOTAG_H__
#include "proxmark3.h" // Definitions, USB controls, COTAG_BITS
#include "util.h" // FALSE / TRUE
#include "proxmark3.h" // Definitions, USB controls, etc
#include "cmddata.h" // getSamples
#include "cmdparser.h" // CmdsParse, CmdsHelp
#include "cmdmain.h"
#include "ui.h" // PrintAndLog
#include "cmdlf.h" // Setconfig
#ifndef COTAG_BITS
#define COTAG_BITS 320
#endif
int CmdLFCOTAG(const char *Cmd);
int CmdCOTAGRead(const char *Cmd);
int CmdCOTAGDemod(const char *Cmd);