hf tune: group commands

This commit is contained in:
Philippe Teuwen 2019-05-14 08:25:26 +02:00
commit c281f71f59
4 changed files with 41 additions and 31 deletions

View file

@ -102,7 +102,7 @@ void PrintAndLogEx(logLevel_t level, const char *fmt, ...) {
return;
}
if (level == INPLACE) {
printf("%s\r", buffer);
printf("\r%s", buffer);
fflush(stdout);
return;
}