]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/lfops.c
add psk to em4x05 reads and tweak psk demod
[proxmark3-svn] / armsrc / lfops.c
index 72ab360e7315e1b61132d3357369718990f2e025..2ddd2a0676859627d48fc9e36e40fe9ea28bb786 100644 (file)
@@ -1628,7 +1628,7 @@ void EM4xReadWord(uint8_t Address, uint32_t Pwd, uint8_t PwdMode) {
        SendForward(fwd_bit_count);
 
        // Now do the acquisition
-       DoAcquisition_default(30,TRUE);
+       DoAcquisition_default(0,TRUE);
        
        FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF); // field off
        LED_A_OFF();
@@ -1656,7 +1656,7 @@ void EM4xWriteWord(uint32_t flag, uint32_t Data, uint32_t Pwd) {
        SendForward(fwd_bit_count);
 
        //Wait for write to complete
-       SpinDelayUs(8000);
+       SpinDelay(10);
 
        //Capture response if one exists
        DoAcquisition_default(20, TRUE);
Impressum, Datenschutz