Various fixes for 2.0.x configs

This commit is contained in:
Dave Johnson
2017-12-14 08:54:57 -08:00
committed by Scott Lahteine
parent f9aa1daa0d
commit aed0cfa3d1
10 changed files with 55 additions and 14 deletions

View File

@ -81,8 +81,8 @@
// build by the user have been successfully uploaded into firmware.
#define STRING_CONFIG_H_AUTHOR "(Gunther)" // Who made the changes.
#define SHOW_BOOTSCREEN
//#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
//#define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2
#define STRING_SPLASH_LINE1 SHORT_BUILD_VERSION // will be shown during bootup in line 1
#define STRING_SPLASH_LINE2 WEBSITE_URL // will be shown during bootup in line 2
//
// *** VENDORS PLEASE READ *****************************************************