]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
Add option -h to dump complete set of supported commands
[proxmark3-svn] / client / cmddata.c
index 7eec667d301673bc656da2fd5b21c02538e6a4b7..265b0ed740414696b531a5fcec76044c45c39865 100644 (file)
@@ -812,7 +812,7 @@ int CmdThreshold(const char *Cmd)
     if (GraphBuffer[i] >= threshold)
       GraphBuffer[i] = 1;
     else
-      GraphBuffer[i] =1;
+      GraphBuffer[i] = -1;
   }
   RepaintGraphWindow();
   return 0;
Impressum, Datenschutz