Commit c0b2e86f authored by Simone Primarosa's avatar Simone Primarosa

BAD variable name FIX

parent 7ed48381
...@@ -661,7 +661,7 @@ static void lcd_implementation_status_screen() { ...@@ -661,7 +661,7 @@ static void lcd_implementation_status_screen() {
} }
#if HAS_LCD_POWER_SENSOR #if HAS_LCD_POWER_SENSOR
#if HAS_LCD_FILAMENT_SENSOR #if HAS_LCD_FILAMENT_SENSOR
else if (millis() < message_millis + 10000) else if (millis() < previous_lcd_status_ms + 10000)
#else #else
else else
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment