From: Fl0-0 <Fl0-0@users.noreply.github.com>
Date: Wed, 16 Jan 2019 08:52:20 +0000 (+0100)
Subject: Increase threshold to 160, fix for issue 756 (#760)
X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/c0e7527dddf79e1d2758eb4dd55a6b0574fe0a9a?ds=sidebyside

Increase threshold to 160, fix for issue 756 (#760)
---

diff --git a/armsrc/iso15693.c b/armsrc/iso15693.c
index f6868297..9dc4bf18 100644
--- a/armsrc/iso15693.c
+++ b/armsrc/iso15693.c
@@ -339,7 +339,7 @@ static void TransmitTo15693Reader(const uint8_t *cmd, size_t len, uint32_t start
 //          false if we are still waiting for some more
 //=============================================================================
 
-#define NOISE_THRESHOLD    30      // don't try to correlate noise
+#define NOISE_THRESHOLD    160      // don't try to correlate noise
 
 typedef struct DecodeTag {
 	enum {