FIX: 'lf presco' demod fixes.

ADD: 'lf search' now also looks for Presco.

I know that the helptext is wrong (d should be p)
This commit is contained in:
iceman1001 2016-12-15 00:01:31 +01:00
commit d48175d4f4
4 changed files with 38 additions and 22 deletions

View file

@ -21,6 +21,8 @@
int CmdLFPresco(const char *Cmd);
int CmdPrescoClone(const char *Cmd);
int CmdPrescoSim(const char *Cmd);
int CmdPrescoRead(const char *Cmd);
int CmdPrescoDemod(const char *Cmd);
int GetWiegandFromPresco(const char *id, uint32_t *sitecode, uint32_t *usercode, uint32_t *fullcode, bool *Q5);