mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
Increase threshold to 160, fix for issue 756 (#760)
This commit is contained in:
parent
4309ef8fee
commit
c0e7527ddd
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue