]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.c
CHG: plotting of clock
[proxmark3-svn] / client / graph.c
index ab6ee7cbdbe2e2a5dce73b0302d8e618a6dc8a1d..7621056206fbef837e4c006b76c30179a70b848f 100644 (file)
@@ -263,8 +263,8 @@ uint8_t fskClocks(uint8_t *fc1, uint8_t *fc2, uint8_t *rf1, bool verbose)
                if (verbose || g_debugMode) PrintAndLog("DEBUG: Clock detect error");
                return 0;
        }
-       
-       PrintAndLog("Detected Field Clocks: FC/%d, FC/%d - Bit Clock: RF/%d | Best Starting Position: %d", *fc1, *fc2, *rf1, start);
+       if (verbose || g_debugMode)
+               PrintAndLog("Detected Field Clocks: FC/%d, FC/%d - Bit Clock: RF/%d | Best Starting Position: %d", *fc1, *fc2, *rf1, start);
        SetGraphClock(*rf1, start);     
        return 1;
 }
Impressum, Datenschutz