mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-19 23:54:19 +00:00
🩹 Tweak startup message (#22633)
This commit is contained in:
parent
22fdfa9629
commit
8cadcf6bb6
2 changed files with 2 additions and 3 deletions
|
@ -1279,7 +1279,6 @@ void setup() {
|
||||||
HAL_clear_reset_source();
|
HAL_clear_reset_source();
|
||||||
|
|
||||||
SERIAL_ECHOLNPGM("Marlin " SHORT_BUILD_VERSION);
|
SERIAL_ECHOLNPGM("Marlin " SHORT_BUILD_VERSION);
|
||||||
SERIAL_EOL();
|
|
||||||
#if defined(STRING_DISTRIBUTION_DATE) && defined(STRING_CONFIG_H_AUTHOR)
|
#if defined(STRING_DISTRIBUTION_DATE) && defined(STRING_CONFIG_H_AUTHOR)
|
||||||
SERIAL_ECHO_MSG(
|
SERIAL_ECHO_MSG(
|
||||||
" Last Updated: " STRING_DISTRIBUTION_DATE
|
" Last Updated: " STRING_DISTRIBUTION_DATE
|
||||||
|
|
Loading…
Reference in a new issue