CHG: increased time to powerup tag

This commit is contained in:
iceman1001 2017-10-12 15:14:41 +02:00
commit 2fc88b924d

View file

@ -1940,6 +1940,7 @@ int iso14443a_select_card(byte_t *uid_ptr, iso14a_card_select_t *p_card, uint32_
// RATS, Request for answer to select // RATS, Request for answer to select
if ( !no_rats ) { if ( !no_rats ) {
DbpString("iso14a - RATS");
AppendCrc14443a(rats, 2); AppendCrc14443a(rats, 2);
ReaderTransmit(rats, sizeof(rats), NULL); ReaderTransmit(rats, sizeof(rats), NULL);
len = ReaderReceive(resp, resp_par); len = ReaderReceive(resp, resp_par);
@ -2030,7 +2031,7 @@ void iso14443a_setup(uint8_t fpga_minor_mode) {
LED_D_ON(); LED_D_ON();
FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_ISO14443A | fpga_minor_mode); FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_ISO14443A | fpga_minor_mode);
SpinDelay(50); SpinDelay(100);
// Start the timer // Start the timer
StartCountSspClk(); StartCountSspClk();