mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
R&Y: Test Progress Integer Update in cmdhfmfdes.c
Signed-off-by: ry4000 <154689120+ry4000@users.noreply.github.com>
This commit is contained in:
@@ -2232,8 +2232,8 @@ static int CmdHF14ADesBruteApps(const char *Cmd) {
|
||||
break;
|
||||
}
|
||||
|
||||
float progress = 100.00 * (float)(id - idStart) / ((float)(idEnd - idStart));
|
||||
PrintAndLogEx(INPLACE, "Progress " _YELLOW_("%0.01f") " %% current AID: %06X", progress, id);
|
||||
float progress = 100.0 * (float)(id - idStart) / ((float)(idEnd - idStart));
|
||||
PrintAndLogEx(INPLACE, "Brute AID Progress " _YELLOW_("%0.1ff") " %% current AID: %06X", progress, id);
|
||||
|
||||
res = DesfireSelectAIDHexNoFieldOn(&dctx, id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user