CHG: revert legiccrc8 to old algo.

CHG: "hf legic decode" now loads EML memory
CHG: legic timings is better.
This commit is contained in:
iceman1001 2016-10-04 00:07:07 +02:00
commit 77a689dbeb
3 changed files with 68 additions and 68 deletions

View file

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