Sfoglia il codice sorgente

adding string for bouts splash string to config

Steffen Vogel 10 anni fa
parent
commit
8f0dba7cbf
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      Marlin/Configuration.h

+ 3
- 0
Marlin/Configuration.h Vedi File

@@ -24,8 +24,11 @@
24 24
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
25 25
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
26 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 29
 #define STRING_VERSION_CONFIG_H __DATE__ " " __TIME__ // build date and time
28 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 33
 // SERIAL_PORT selects which serial port should be used for communication with the host.
31 34
 // This allows the connection of wireless adapters (for instance) to non-default port pins.

Loading…
Annulla
Salva