🩹 Tweak startup message (#22633)

This commit is contained in:
Tanguy Pruvot
2021-08-26 01:08:27 +02:00
committed by Scott Lahteine
parent 22fdfa9629
commit 8cadcf6bb6
2 changed files with 2 additions and 3 deletions

View File

@ -147,7 +147,7 @@ void MarlinEthernet::check() {
" | Author: " STRING_CONFIG_H_AUTHOR
);
#endif
telnetClient.println("Compiled: " __DATE__);
telnetClient.println(" Compiled: " __DATE__);
SERIAL_ECHOLNPGM("Client connected");
have_telnet_client = true;