fix false positive psk demod with fsk wave

also break out new find start of modulation routine.
This commit is contained in:
marshmellow42 2017-02-21 23:00:43 -05:00
commit 34ff898553
3 changed files with 84 additions and 61 deletions

View file

@ -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);