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:
iceman1001 2022-03-23 17:37:40 +01:00
commit 7aeb462e18
6 changed files with 230 additions and 206 deletions

View file

@ -1245,7 +1245,7 @@ static void PacketReceived(PacketCommandNG *packet) {
break;
}
case CMD_HF_ISO15693_READER: {
ReaderIso15693(packet->oldarg[0], NULL);
ReaderIso15693(NULL);
break;
}
case CMD_HF_ISO15693_SIMULATE: {