]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
ADD: Holimans new changes in master.
[proxmark3-svn] / client / cmddata.c
index 8d74750d98d094f52610bc31783acb43986cdc94..9a19dca7e18002e285f9aee1f41ad72505cb11dc 100644 (file)
@@ -100,6 +100,7 @@ int Cmdaskdemod(const char *Cmd)
                 * low for long periods, others just reach the peak and go
                 * down)
                 */
+    //[marhsmellow] change == to >= for high and <= for low for fuzz
                if ((GraphBuffer[i] == high) && (GraphBuffer[i - 1] == c)) {
                  GraphBuffer[i] = 1 - c;
                } else if ((GraphBuffer[i] == low) && (GraphBuffer[i - 1] == (1 - c))){
Impressum, Datenschutz