mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 13:23:25 -07:00
add lf PAC/Stanley tag read (#354)
lf pac read - read from antenna and demod lf pac demod - demodulate from graphbuffer fix typo in securakey
This commit is contained in:
parent
7906cb41ff
commit
69f42a0593
5 changed files with 129 additions and 2 deletions
|
@ -44,7 +44,7 @@ int CmdSecurakeyDemod(const char *Cmd) {
|
|||
//ASK / Manchester
|
||||
bool st = false;
|
||||
if (!ASKDemod_ext("40 0 0", false, false, 1, &st)) {
|
||||
if (g_debugMode) PrintAndLog("DEBUG: Error - Noralsy: ASK/Manchester Demod failed");
|
||||
if (g_debugMode) PrintAndLog("DEBUG: Error - Securakey: ASK/Manchester Demod failed");
|
||||
return 0;
|
||||
}
|
||||
if (st) return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue