Browse Source

Fix A8 config author (#13974)

Martin Zeman 5 years ago
parent
commit
529c111572
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      config/examples/Anet/A8plus/Configuration.h

+ 1
- 1
config/examples/Anet/A8plus/Configuration.h View File

@@ -73,7 +73,7 @@
73 73
 // User-specified version info of this build to display in [Pronterface, etc] terminal window during
74 74
 // startup. Implementation of an idea by Prof Braino to inform user that any changes made to this
75 75
 // build by the user have been successfully uploaded into firmware.
76
-#define STRING_CONFIG_H_AUTHOR "(Martin Zeman - Zemistr, Anet A8 stock)" // Who made the changes.
76
+#define STRING_CONFIG_H_AUTHOR "(Martin Zeman - Zemistr, Anet A8 Plus)" // Who made the changes.
77 77
 #define SHOW_BOOTSCREEN
78 78
 #define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
79 79
 #define STRING_SPLASH_LINE2 WEBSITE_URL         // will be shown during bootup in line 2

Loading…
Cancel
Save