mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-10-14 23:31:26 +08:00
remove verbose output. less crap on lf search
This commit is contained in:
parent
95d1631bed
commit
732a47944c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ static int CmdHelp(const char *Cmd);
|
||||||
int demodMotorola(bool verbose) {
|
int demodMotorola(bool verbose) {
|
||||||
(void) verbose; // unused so far
|
(void) verbose; // unused so far
|
||||||
//PSK1
|
//PSK1
|
||||||
if (PSKDemod(32, 1, 100, true) != PM3_SUCCESS) {
|
if (PSKDemod(32, 1, 100, false) != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(DEBUG, "DEBUG: Error - Motorola: PSK Demod failed");
|
PrintAndLogEx(DEBUG, "DEBUG: Error - Motorola: PSK Demod failed");
|
||||||
return PM3_ESOFT;
|
return PM3_ESOFT;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue