CHG: 'lf noralsy' Added tag allocation year in demod output.

CHG: 'lf noralsy clone|sim' Added tag allocation year as input parameter
This commit is contained in:
iceman1001 2017-01-11 23:00:08 +01:00
commit 9a6bc2feb4
2 changed files with 30 additions and 17 deletions

View file

@ -27,7 +27,7 @@ int CmdNoralsySim(const char *Cmd);
int CmdNoralsyRead(const char *Cmd);
int CmdNoralsyDemod(const char *Cmd);
int getnoralsyBits(uint32_t id, uint8_t *bits);
int getnoralsyBits(uint32_t id, uint16_t year, uint8_t *bits);
int usage_lf_noralsy_clone(void);
int usage_lf_noralsy_sim(void);