🩹 Tweak startup message (#22633)
This commit is contained in:
committed by
Scott Lahteine
parent
22fdfa9629
commit
8cadcf6bb6
@ -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;
|
||||
|
Reference in New Issue
Block a user