Print the MMU progress into status screen
This commit is contained in:
parent
15fbb93a8c
commit
1ba314d95b
|
|
@ -663,6 +663,7 @@ void lcdui_print_status_line(void) {
|
||||||
break;
|
break;
|
||||||
case CustomMsg::MMUProgress:
|
case CustomMsg::MMUProgress:
|
||||||
// set up at mmu2_reporting.cpp, just do nothing here
|
// set up at mmu2_reporting.cpp, just do nothing here
|
||||||
|
lcd_print(lcd_status_message);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue