mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 14:23:50 -07: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) {
|
||||
(void) verbose; // unused so far
|
||||
//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");
|
||||
return PM3_ESOFT;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue