This commit is contained in:
iceman1001
2020-02-03 20:53:50 +01:00
parent b8a46a6fe3
commit e2d2e86df6

View File

@@ -342,7 +342,8 @@ static int CmdHIDClone(const char *Cmd) {
}
clearCommandBuffer();
SendCommandOLD(CMD_LF_HID_CLONE, hi2, hi, lo, longid, sizeof(longid));
SendCommandMIX(CMD_LF_HID_CLONE, hi2, hi, lo, longid, sizeof(longid));
PrintAndLogEx(INFO, "Clone command sent. Try "_YELLOW_("'lf hid read'") " to verify");
return PM3_SUCCESS;
}