add: iceman1001's idea to reuse @pwpiwi's fast select without anticollision to speedup hf mf chk

(see http://www.proxmark.org/forum/viewtopic.php?id=2920)
This commit is contained in:
pwpiwi 2017-03-27 10:28:06 +02:00
parent 9331855865
commit de77d4acde
5 changed files with 378 additions and 211 deletions

View file

@ -450,7 +450,7 @@ void StandAloneMode14a()
SpinDelay(300);
}
}
if (!iso14443a_select_card(uid, &hi14a_card[selected], &cuid))
if (!iso14443a_select_card(uid, &hi14a_card[selected], &cuid, true, 0))
continue;
else
{