Преглед изворни кода

adding string for bouts splash string to config

Steffen Vogel пре 10 година
родитељ
комит
8f0dba7cbf
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      Marlin/Configuration.h

+ 3
- 0
Marlin/Configuration.h Прегледај датотеку

24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
26
 // build by the user have been successfully uploaded into firmware.
26
 // build by the user have been successfully uploaded into firmware.
27
+#define STRING_VERSION "v1.0.2"
28
+#define STRING_URL "reprap.org"
27
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
28
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
30
 #define STRING_CONFIG_H_AUTHOR "(none, default config)" // Who made the changes.
31
+#define STRING_SPLASH STRING_VERSION " - " STRING_URL // will be shown during bootup
29
 
32
 
30
 // SERIAL_PORT selects which serial port should be used for communication with the host.
33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
31
 // This allows the connection of wireless adapters (for instance) to non-default port pins.
34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

Loading…
Откажи
Сачувај