]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/graph.c
Add @Iceman1001 s cotag read
[proxmark3-svn] / client / graph.c
index ab10a446cd8f04af8e0e49459b63b2a917126c49..d216a8f20abdd5b557d0058675dd2c114de3d837 100644 (file)
@@ -270,7 +270,7 @@ uint8_t fskClocks(uint8_t *fc1, uint8_t *fc2, uint8_t *rf1, bool verbose)
 }
 bool graphJustNoise(int *BitStream, int size)
 {
-       static const uint8_t THRESHOLD = 10; //might not be high enough for noisy environments
+       static const uint8_t THRESHOLD = 15; //might not be high enough for noisy environments
        //test samples are not just noise
        bool justNoise1 = 1;
        for(int idx=0; idx < size && justNoise1 ;idx++){
Impressum, Datenschutz