Don't use board url as override

This commit is contained in:
Scott Lahteine 2019-08-25 19:07:13 -05:00
parent b8e4b993d6
commit b2a4b6f34e
2 changed files with 6 additions and 5 deletions

View File

@ -90,10 +90,11 @@
#define MACHINE_UUID DEFAULT_MACHINE_UUID
#endif
#ifdef BOARD_WEBSITE_URL
#undef WEBSITE_URL
#define WEBSITE_URL BOARD_WEBSITE_URL
#endif
#define MARLIN_WEBSITE_URL "http://marlinfw.org"
//#if !defined(STRING_SPLASH_LINE3) && defined(WEBSITE_URL)
// #define STRING_SPLASH_LINE3 WEBSITE_URL
//#endif
#if HAS_GRAPHICAL_LCD
//

View File

@ -90,7 +90,7 @@
/**
* The WEBSITE_URL is the location where users can get more information such as
* documentation about a specific Marlin release.
* documentation about a specific Marlin release. Displayed in the Info Menu.
*/
#define WEBSITE_URL "http://marlinfw.org"