mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
reverting back to threshold 5, HF reading becomes better. Keeping the Simulation threshold
This commit is contained in:
parent
71f934dbd7
commit
82886e2036
5 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -222,7 +222,7 @@ reg signed [10:0] rx_mod_falling_edge_max;
|
||||||
reg signed [10:0] rx_mod_rising_edge_max;
|
reg signed [10:0] rx_mod_rising_edge_max;
|
||||||
reg curbit;
|
reg curbit;
|
||||||
|
|
||||||
`define EDGE_DETECT_THRESHOLD 3
|
`define EDGE_DETECT_THRESHOLD 5
|
||||||
`define EDGE_DETECT_THRESHOLDHIGH 20
|
`define EDGE_DETECT_THRESHOLDHIGH 20
|
||||||
|
|
||||||
always @(negedge adc_clk)
|
always @(negedge adc_clk)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue