mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-16 02:03:00 -07:00
10 ms was too fast(. 50 is ok
This commit is contained in:
parent
bfaecce6eb
commit
5a9506ac45
1 changed files with 1 additions and 1 deletions
|
@ -1852,7 +1852,7 @@ void ReaderMifare(uint32_t parameter)
|
|||
{
|
||||
LED_C_OFF();
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
SpinDelay(10);
|
||||
SpinDelay(50);
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_ISO14443A | FPGA_HF_ISO14443A_READER_MOD);
|
||||
LED_C_ON();
|
||||
SpinDelay(2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue