Don't use board url as override

2.0.x
Scott Lahteine 5 years ago
parent b8e4b993d6
commit b2a4b6f34e

@ -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
//

@ -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"

Loading…
Cancel
Save