mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
chg: 'lf hitag writer' - refactored with timeouts etc.
chg: 'lf hitag' test without toggle mode enabled
This commit is contained in:
parent
0790c8b328
commit
b35ea2e352
3 changed files with 33 additions and 23 deletions
|
@ -705,7 +705,8 @@ void SniffHitag(uint32_t type) {
|
|||
|
||||
// Set up eavesdropping mode, frequency divisor which will drive the FPGA
|
||||
// and analog mux selection.
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_EDGE_DETECT | FPGA_LF_EDGE_DETECT_TOGGLE_MODE);
|
||||
//FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_EDGE_DETECT | FPGA_LF_EDGE_DETECT_TOGGLE_MODE);
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_LF_EDGE_DETECT);
|
||||
|
||||
//125Khz
|
||||
FpgaSendCommand(FPGA_CMD_SET_DIVISOR, 95);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue