mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 05:43:23 -07:00
fix false positive psk demod with fsk wave
also break out new find start of modulation routine.
This commit is contained in:
parent
b7fc61f0c9
commit
34ff898553
3 changed files with 84 additions and 61 deletions
|
@ -1626,7 +1626,7 @@ void EM4xReadWord(uint8_t Address, uint32_t Pwd, uint8_t PwdMode) {
|
|||
fwd_bit_count += Prepare_Addr( Address );
|
||||
|
||||
SendForward(fwd_bit_count);
|
||||
|
||||
SpinDelayUs(700);
|
||||
// Now do the acquisition
|
||||
DoPartialAcquisition(20, true, 5500);
|
||||
|
||||
|
@ -1658,6 +1658,7 @@ void EM4xWriteWord(uint32_t flag, uint32_t Data, uint32_t Pwd) {
|
|||
//Wait for write to complete
|
||||
//SpinDelay(10);
|
||||
|
||||
SpinDelayUs(6500);
|
||||
//Capture response if one exists
|
||||
DoPartialAcquisition(20, true, 5500);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue