Browse Source

Droped URL from bootsplash.

AnHardt 9 years ago
parent
commit
f9cc1df00b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h View File

@@ -42,7 +42,7 @@ Here are some standard links for getting your machine calibrated:
42 42
 #define STRING_URL "reprap.org"
43 43
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
44 44
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
45
-#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
45
+#define STRING_SPLASH "v" STRING_VERSION // will be shown during bootup
46 46
 
47 47
 // SERIAL_PORT selects which serial port should be used for communication with the host.
48 48
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

Loading…
Cancel
Save