Show firmware version on splash screen
This commit is contained in:
parent
8cfd48cb08
commit
9225c5e28b
1 changed files with 1 additions and 1 deletions
|
@ -798,7 +798,7 @@ int uart_putchar(char c, FILE *)
|
||||||
void lcd_splash()
|
void lcd_splash()
|
||||||
{
|
{
|
||||||
lcd_clear(); // clears display and homes screen
|
lcd_clear(); // clears display and homes screen
|
||||||
lcd_puts_P(PSTR("\n Original Prusa i3\n Prusa Research"));
|
lcd_printf_P(PSTR("\n Original Prusa i3\n Prusa Research\n%20.20S"), PSTR(FW_VERSION));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue