]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.c
fix bug in st detect +
[proxmark3-svn] / client / graph.c
index c09820674d4d01cf665df940a4c799f2a5292da0..12f5ff7119051c0aa1a48c8fb977839c66f0de76 100644 (file)
@@ -150,7 +150,7 @@ int GetAskClock(const char str[], bool printAns, bool verbose)
                start = DetectASKClock(grph, size, &clock, 20);
        }
        // Only print this message if we're not looping something
-       if (printAns) {
+       if (printAns || g_debugMode) {
                PrintAndLog("Auto-detected clock rate: %d, Best Starting Position: %d", clock, start);
        }
        return clock;
Impressum, Datenschutz