Make print_progess scalable
This commit is contained in:
@@ -306,7 +306,7 @@ static int CmdLFTune(const char *Cmd) {
|
||||
uint32_t max = 71000;
|
||||
bool first = true;
|
||||
|
||||
print_progress(0, max, style);
|
||||
print_progress(0, max, style);
|
||||
|
||||
// loop forever (till button pressed) if iter = 0 (default)
|
||||
for (uint8_t i = 0; iter == 0 || i < iter; i++) {
|
||||
|
||||
Reference in New Issue
Block a user