mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: revert legiccrc8 to old algo.
CHG: "hf legic decode" now loads EML memory CHG: legic timings is better.
This commit is contained in:
parent
0b0b182fe2
commit
77a689dbeb
3 changed files with 68 additions and 68 deletions
|
@ -320,7 +320,7 @@ static uint32_t setup_phase_reader(uint8_t iv) {
|
|||
|
||||
// Switch on carrier and let the tag charge for 1ms
|
||||
HIGH(GPIO_SSC_DOUT);
|
||||
WaitUS(2000);
|
||||
WaitUS(5000);
|
||||
|
||||
ResetTicks();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue