mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Add @Iceman1001 s cotag read
also needed to include some of icemans timer additions.
This commit is contained in:
parent
38cb7c71c5
commit
e04475c421
15 changed files with 468 additions and 22 deletions
|
@ -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++){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue