lf hid clone - only print the selected format

This commit is contained in:
iceman1001
2021-04-27 19:16:06 +02:00
parent 9873c0e4e2
commit 82e71d7815
4 changed files with 29 additions and 5 deletions

View File

@@ -416,7 +416,7 @@ static int CmdHIDClone(const char *Cmd) {
if (raw_len == 0) {
PrintAndLogEx(INFO, "Preparing to clone HID tag");
HIDTryUnpack(&packed);
HIDUnpack(format_idx, &packed);
} else {
PrintAndLogEx(INFO, "Preparing to clone HID tag using raw " _YELLOW_("%s"), raw);
}