hf iclass chk - textual

This commit is contained in:
iceman1001 2020-11-28 13:47:05 +01:00
commit 1fa2654f15

View file

@ -2865,14 +2865,13 @@ static int CmdHFiClassCheckKeys(const char *Cmd) {
if (found_key) {
break;
}
}
out:
t1 = msclock() - t1;
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(SUCCESS, "time in iclass chk " _YELLOW_("%.0f") " seconds", (float)t1 / 1000.0);
PrintAndLogEx(SUCCESS, "time in iclass chk " _YELLOW_("%.3f") " seconds", (float)t1 / 1000.0);
DropField();
if (found_key) {