🔧 Check Chiron LCD requirements (#23353)

Co-Authored-By: EvilGremlin <22657714+EvilGremlin@users.noreply.github.com>
This commit is contained in:
EvilGremlin
2021-12-26 09:46:13 +03:00
committed by Scott Lahteine
parent 58c84f17ba
commit c9561a8826
3 changed files with 17 additions and 3 deletions

View File

@@ -69,8 +69,8 @@ void AboutScreen::onRedraw(draw_mode_t) {
#endif
draw_text_box(cmd, HEADING_POS,
#ifdef CUSTOM_MACHINE_NAME
F(CUSTOM_MACHINE_NAME)
#ifdef MACHINE_NAME
F(MACHINE_NAME)
#else
GET_TEXT_F(MSG_ABOUT_TOUCH_PANEL_1)
#endif