- vfd: allow to disable rc-lock message on vfd

This commit is contained in:
svenhoefer
2016-01-25 08:04:35 +01:00
parent 55f0ab75af
commit b56f4ed149
8 changed files with 17 additions and 1 deletions

View File

@@ -406,7 +406,7 @@ void CVFD::showTime(bool force)
void CVFD::showRCLock(int duration)
{
if (!has_lcd)
if (!has_lcd || !g_settings.lcd_notify_rclock)
{
sleep(duration);
return;