NG->MIX for few cmds where the zeroes were actual args
CMD_READER_ISO_14443a CMD_EPA_PACE_REPLAY CMD_TEST_HITAGS_TRACES CMD_FELICA_COMMAND
This commit is contained in:
@@ -564,7 +564,7 @@ int readFelicaUid(bool verbose) {
|
||||
PacketResponseNG resp;
|
||||
if (!WaitForResponseTimeout(CMD_ACK, &resp, 2500)) {
|
||||
if (verbose) PrintAndLogEx(WARNING, "FeliCa card select failed");
|
||||
//SendCommandNG(CMD_FELICA_COMMAND, NULL, 0);
|
||||
//SendCommandMIX(CMD_FELICA_COMMAND, 0, 0, 0, NULL, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user