Skip to content

Commit

Permalink
Don't use board url as override
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Aug 28, 2019
1 parent b8e4b99 commit b2a4b6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions Marlin/src/core/language.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down
2 changes: 1 addition & 1 deletion Marlin/src/inc/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b2a4b6f

Please sign in to comment.