mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
convert 15readercommand to use NG frames. Removing the confusing of status and length of received package in same return param. Now returns proper status and length is a ref param
This commit is contained in:
parent
f894875bb5
commit
7aeb462e18
6 changed files with 230 additions and 206 deletions
|
@ -61,7 +61,7 @@ void RunMod(void) {
|
|||
break;
|
||||
else if (state == STATE_READ) {
|
||||
Iso15693InitReader();
|
||||
ReaderIso15693(0, &card);
|
||||
ReaderIso15693(&card);
|
||||
|
||||
if (card.uidlen == 0) {
|
||||
LED_D_OFF();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue