Update comments, rename next_ping_ms, followup to #3797
This commit is contained in:
parent
6d68b12e28
commit
8218558953
20 changed files with 41 additions and 40 deletions
|
|
@ -2247,7 +2247,7 @@ void lcd_update() {
|
|||
}
|
||||
#endif //ULTIPANEL
|
||||
|
||||
// Here we arrive every ~100ms when ideling often enough.
|
||||
// We arrive here every ~100ms when idling often enough.
|
||||
// Instead of tracking the changes simply redraw the Info Screen ~1 time a second.
|
||||
static int8_t lcd_status_update_delay = 1; // first update one loop delayed
|
||||
if (currentMenu == lcd_status_screen && !lcd_status_update_delay--) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue