CHG: minor LF adjustments.

CHG: `lf visa2000` - removed askedgedetect, it seemed it destroyed more than enhanced.
This commit is contained in:
iceman1001 2017-02-28 16:55:16 +01:00
commit 4eabb8ad38
6 changed files with 30 additions and 15 deletions

View file

@ -443,7 +443,7 @@ int EM4x50Read(const char *Cmd, bool verbose) {
}
}
if (!clk) {
PrintAndLog("ERROR: EM4x50 - didn't find a clock");
if (verbose || g_debugMode) PrintAndLog("ERROR: EM4x50 - didn't find a clock");
return 0;
}
} else tol = clk/8;