glcd: show standard screen instead of menu while configuring positions

This commit is contained in:
TangoCash
2022-11-07 21:22:46 +01:00
committed by Thilo Graf
parent bf4e032a3b
commit 89e14a83e1
4 changed files with 10 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ cGLCD::cGLCD()
timeout_cnt = 0;
locked_countdown = false;
time_thread_started = false;
config_mode = false;
cglcd = this;