mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
felica - select tag , only loop 10 tens
This commit is contained in:
parent
fde48cd916
commit
d1fe746ebf
1 changed files with 2 additions and 2 deletions
|
@ -208,9 +208,9 @@ static uint8_t felica_select_card(felica_card_select_t *card) {
|
|||
// 0x00 = timeslot
|
||||
// 0x09 0x21 = crc
|
||||
static uint8_t poll[10] = {0xb2, 0x4d, 0x06, FELICA_POLL_REQ, 0xFF, 0xFF, 0x00, 0x00, 0x09, 0x21};
|
||||
int len = 20;
|
||||
int len = 10;
|
||||
|
||||
// We try 20 times, or if answer was received.
|
||||
// We try 10 times, or if answer was received.
|
||||
do {
|
||||
// end-of-reception response packet data, wait approx. 501μs
|
||||
// end-of-transmission command packet data, wait approx. 197μs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue