Add custom user menu title (#11769)

This commit is contained in:
InsanityAutomation
2018-09-19 16:04:34 -04:00
committed by Scott Lahteine
parent 17494099a9
commit f38570ac55
71 changed files with 78 additions and 8 deletions

View File

@ -331,4 +331,9 @@
#include "../lcd/language/language_en.h"
#ifdef CUSTOM_USER_MENU_TITLE
#undef MSG_USER_MENU
#define MSG_USER_MENU CUSTOM_USER_MENU_TITLE
#else
#endif // __LANGUAGE_H