From e2d2e86df6f4feb089ad108e4eb3f0e260193d92 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 3 Feb 2020 20:53:50 +0100 Subject: [PATCH] textual --- client/cmdlfhid.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/cmdlfhid.c b/client/cmdlfhid.c index a41d183e7..201dcef84 100644 --- a/client/cmdlfhid.c +++ b/client/cmdlfhid.c @@ -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; }