mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-14 02:26:59 -07:00
minor fixes for FSK demod
works better with EM4x03 and t55x7 tags (in theory)...
This commit is contained in:
parent
e39a92bb1d
commit
c85858f524
2 changed files with 34 additions and 10 deletions
|
@ -1656,10 +1656,10 @@ void EM4xWriteWord(uint32_t flag, uint32_t Data, uint32_t Pwd) {
|
|||
SendForward(fwd_bit_count);
|
||||
|
||||
//Wait for write to complete
|
||||
//SpinDelay(5);
|
||||
SpinDelayUs(8000);
|
||||
|
||||
//Capture response if one exists
|
||||
DoAcquisition_default(30, TRUE);
|
||||
DoAcquisition_default(20, TRUE);
|
||||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF); // field off
|
||||
LED_A_OFF();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue