Add Viking demod,

fix compiler warning for int vs uint8_t for em410x sim clock variable
This commit is contained in:
marshmellow42 2015-11-09 23:09:26 -05:00
commit 415274a7c3
7 changed files with 58 additions and 3 deletions

View file

@ -1155,6 +1155,12 @@ int CmdLFfind(const char *Cmd)
return 1;
}
ans=CmdVikingDemod("");
if (ans>0) {
PrintAndLog("\nValid Viking ID Found!");
return 1;
}
ans=CmdPSKNexWatch("");
if (ans>0) {
PrintAndLog("\nValid NexWatch ID Found!");