diff --git a/client/src/cmdhficlass.c b/client/src/cmdhficlass.c index 3026f3964..85caf2364 100644 --- a/client/src/cmdhficlass.c +++ b/client/src/cmdhficlass.c @@ -681,7 +681,7 @@ static int CmdHFiClassSim(const char *Cmd) { default: { uint8_t numberOfCSNs = 0; clearCommandBuffer(); - SendCommandOLD(CMD_HF_ICLASS_SIMULATE, simType, numberOfCSNs, 0, CSN, 8); + SendCommandMIX(CMD_HF_ICLASS_SIMULATE, simType, numberOfCSNs, 0, CSN, 8); break; } }