mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
chg: the dot progress is not logged anymore. Force fflush afterwards.
This commit is contained in:
parent
857bc8ab66
commit
24482211ad
14 changed files with 19 additions and 25 deletions
|
@ -421,7 +421,7 @@ int CmdLFSim(const char *Cmd) {
|
|||
clearCommandBuffer();
|
||||
SendCommand(&c);
|
||||
WaitForResponse(CMD_ACK, NULL);
|
||||
PrintAndLogEx(NORMAL, ".");
|
||||
printf("."); fflush(stdout);
|
||||
}
|
||||
|
||||
PrintAndLogEx(NORMAL, "Simulating");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue