vfd: allow to disable rc-lock message on vfd

Origin commit data
------------------
Commit: b56f4ed149
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-01-25 (Mon, 25 Jan 2016)

Origin message was:
------------------
- vfd: allow to disable rc-lock message on vfd
This commit is contained in:
vanhofen
2016-01-25 08:04:35 +01:00
parent 88794c8873
commit d886545b9f
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;