R&Y: Test Update in cmdhfmfdes.c

Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com>
This commit is contained in:
ry4000
2025-11-03 15:17:34 +11:00
committed by GitHub
parent 3a77d041e5
commit 0dacb9d455
+2 -2
View File
@@ -2232,8 +2232,8 @@ static int CmdHF14ADesBruteApps(const char *Cmd) {
break;
}
float progress = 100.0 * (float)(id - idStart) / ((float)(idEnd - idStart));
PrintAndLogEx(INPLACE, "Brute AID Progress " _YELLOW_("%0.1ff") " %% current AID: %06X", progress, id);
float progress = 100.000 * (float)(id - idStart) / ((float)(idEnd - idStart));
PrintAndLogEx(INPLACE, "Brute DESFire AID Progress " _YELLOW_("%0.1ff") " %% current AID: %06X", progress, id);
res = DesfireSelectAIDHexNoFieldOn(&dctx, id);