mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
EM 4x05: acquire more samples for Login
This commit is contained in:
parent
95bf65cda9
commit
a8ca19bec5
1 changed files with 2 additions and 2 deletions
|
@ -2526,8 +2526,8 @@ void EM4xLogin(uint32_t pwd) {
|
||||||
EM4xLoginEx(pwd);
|
EM4xLoginEx(pwd);
|
||||||
|
|
||||||
WaitUS(400);
|
WaitUS(400);
|
||||||
|
// We need to acquire more than needed, to help demodulators finding the proper modulation
|
||||||
DoPartialAcquisition(20, false, 1000, 1000);
|
DoPartialAcquisition(20, false, 6000, 1000);
|
||||||
|
|
||||||
StopTicks();
|
StopTicks();
|
||||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue