Skip to content
Snippets Groups Projects
Commit f074706d authored by Scott Lahteine's avatar Scott Lahteine
Browse files

And one more...

parent b726511a
Branches
Tags
No related merge requests found
...@@ -1332,7 +1332,7 @@ void lcd_update() ...@@ -1332,7 +1332,7 @@ void lcd_update()
lcd_implementation_clear(); lcd_implementation_clear();
if (lcdDrawUpdate) if (lcdDrawUpdate)
lcdDrawUpdate--; lcdDrawUpdate--;
lcd_next_update_millis = millis() + 100; lcd_next_update_millis = millis() + LCD_UPDATE_INTERVAL;
} }
} }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment