Semi-Automated SendCommand -> SendCommandOLD
This commit is contained in:
@@ -42,8 +42,7 @@ static int CmdHFMFPInfo(const char *cmd) {
|
||||
infoHF14A(false, false);
|
||||
|
||||
// Mifare Plus info
|
||||
PacketCommandOLD c = {CMD_READER_ISO_14443a, {ISO14A_CONNECT | ISO14A_NO_DISCONNECT, 0, 0}, {{0}}};
|
||||
SendCommand(&c);
|
||||
SendCommandOLD(CMD_READER_ISO_14443a, ISO14A_CONNECT | ISO14A_NO_DISCONNECT, 0, 0, NULL, 0);
|
||||
|
||||
PacketResponseNG resp;
|
||||
WaitForResponse(CMD_ACK, &resp);
|
||||
|
||||
Reference in New Issue
Block a user