Browse Source

Restore welcome message

Scott Lahteine 7 years ago
parent
commit
e6b8207b03
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/lcd/ultralcd.cpp

+ 1
- 1
Marlin/src/lcd/ultralcd.cpp View File

@@ -98,7 +98,7 @@ uint8_t lcd_status_update_delay = 1, // First update one loop delayed
98 98
   #define MAX_MESSAGE_LENGTH CHARSIZE * (LCD_WIDTH)
99 99
 #endif
100 100
 
101
-char lcd_status_message[MAX_MESSAGE_LENGTH + 1];
101
+char lcd_status_message[MAX_MESSAGE_LENGTH + 1] = WELCOME_MSG;
102 102
 
103 103
 #if ENABLED(SCROLL_LONG_FILENAMES)
104 104
   uint8_t filename_scroll_pos, filename_scroll_max, filename_scroll_hash;

Loading…
Cancel
Save