mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
CHG: increased time to powerup tag
This commit is contained in:
parent
1d5e3fc217
commit
2fc88b924d
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
if ( !no_rats ) {
|
||||
DbpString("iso14a - RATS");
|
||||
AppendCrc14443a(rats, 2);
|
||||
ReaderTransmit(rats, sizeof(rats), NULL);
|
||||
len = ReaderReceive(resp, resp_par);
|
||||
|
|
@ -2030,7 +2031,7 @@ void iso14443a_setup(uint8_t fpga_minor_mode) {
|
|||
LED_D_ON();
|
||||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_HF_ISO14443A | fpga_minor_mode);
|
||||
SpinDelay(50);
|
||||
SpinDelay(100);
|
||||
|
||||
// Start the timer
|
||||
StartCountSspClk();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue