|
@@ -42,8 +42,11 @@
|
42
|
42
|
// User-specified version info of this build to display in [Pronterface, etc] terminal window during
|
43
|
43
|
// startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
|
44
|
44
|
// build by the user have been successfully uploaded into firmware.
|
|
45
|
+#define STRING_VERSION "1.0.2"
|
|
46
|
+#define STRING_URL "reprap.org"
|
45
|
47
|
#define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
|
46
|
48
|
#define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
|
|
49
|
+#define STRING_SPLASH "v" STRING_VERSION " - " STRING_URL // will be shown during bootup
|
47
|
50
|
|
48
|
51
|
// SERIAL_PORT selects which serial port should be used for communication with the host.
|
49
|
52
|
// This allows the connection of wireless adapters (for instance) to non-default port pins.
|