mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
Add Viking demod,
fix compiler warning for int vs uint8_t for em410x sim clock variable
This commit is contained in:
parent
daa4fbaeec
commit
415274a7c3
7 changed files with 58 additions and 3 deletions
|
@ -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!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue