mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 08:08:25 +00:00
🧑💻 ftdi_language
This commit is contained in:
parent
f97a813a2a
commit
4a2db0f706
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ void LanguageMenu::onRedraw(draw_mode_t) {
|
|||
bool LanguageMenu::onTouchEnd(uint8_t tag) {
|
||||
|
||||
if (tag > 0 && tag <= NUM_LANGUAGES) {
|
||||
lang = tag - 1;
|
||||
ftdi_language = tag - 1;
|
||||
GOTO_SCREEN(StatusScreen);
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -23,5 +23,5 @@
|
|||
#include "../../../../MarlinCore.h"
|
||||
#if ENABLED(TOUCH_UI_FTDI_EVE)
|
||||
#include "language.h"
|
||||
uint8_t lang = 0;
|
||||
uint8_t ftdi_language = 0;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue