mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
add: xcorr 211.875 kHz option
The FPGA supported this frequency for a long time, just the ARM code had no define to enable it.
This commit is contained in:
parent
7517c894d2
commit
d7c57dbc08
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ extern void switch_off(void);
|
||||||
// Options for the HF reader, correlating against rx from tag
|
// Options for the HF reader, correlating against rx from tag
|
||||||
#define FPGA_HF_READER_RX_XCORR_848_KHZ (1<<0)
|
#define FPGA_HF_READER_RX_XCORR_848_KHZ (1<<0)
|
||||||
#define FPGA_HF_READER_RX_XCORR_SNOOP (1<<1)
|
#define FPGA_HF_READER_RX_XCORR_SNOOP (1<<1)
|
||||||
|
#define FPGA_HF_READER_RX_XCORR_QUARTER (1<<2)
|
||||||
// Options for the HF simulated tag, how to modulate
|
// Options for the HF simulated tag, how to modulate
|
||||||
#define FPGA_HF_SIMULATOR_NO_MODULATION (0<<0) // 0000
|
#define FPGA_HF_SIMULATOR_NO_MODULATION (0<<0) // 0000
|
||||||
#define FPGA_HF_SIMULATOR_MODULATE_BPSK (1<<0) // 0001
|
#define FPGA_HF_SIMULATOR_MODULATE_BPSK (1<<0) // 0001
|
||||||
|
|
Loading…
Reference in a new issue