mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
comment out pwm code
This commit is contained in:
parent
c8849af5e0
commit
1016108694
1 changed files with 3 additions and 1 deletions
|
@ -1799,6 +1799,7 @@ static int CmdLFHitagSniff(const char *Cmd) {
|
|||
return PM3_SUCCESS;
|
||||
}
|
||||
|
||||
/*
|
||||
static int CmdLFHitag2PWMDemod(const char *Cmd) {
|
||||
|
||||
CLIParserContext *ctx;
|
||||
|
@ -1865,6 +1866,7 @@ static int CmdLFHitag2PWMDemod(const char *Cmd) {
|
|||
free(bits);
|
||||
return PM3_SUCCESS;
|
||||
}
|
||||
*/
|
||||
|
||||
static int CmdLFHitag2Chk(const char *Cmd) {
|
||||
|
||||
|
@ -2321,7 +2323,7 @@ static command_t CommandTable[] = {
|
|||
{"info", CmdLFHitagInfo, IfPm3Hitag, "Hitag 2 tag information"},
|
||||
{"selftest", CmdLFHitag2Selftest, AlwaysAvailable, "Perform self test"},
|
||||
{"-----------", CmdHelp, IfPm3Hitag, "----------------------- " _CYAN_("Operations") " -----------------------"},
|
||||
{"demod", CmdLFHitag2PWMDemod, IfPm3Hitag, "PWM Hitag 2 reader message demodulation"},
|
||||
// {"demod", CmdLFHitag2PWMDemod, IfPm3Hitag, "PWM Hitag 2 reader message demodulation"},
|
||||
{"dump", CmdLFHitag2Dump, IfPm3Hitag, "Dump Hitag 2 tag"},
|
||||
{"read", CmdLFHitagReader, IfPm3Hitag, "Read Hitag memory"},
|
||||
{"sniff", CmdLFHitagSniff, IfPm3Hitag, "Eavesdrop Hitag communication"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue