Add missing function to read config value

This commit is contained in:
phl0
2016-06-22 12:41:25 +02:00
parent 528a220afb
commit 3f4f4d340d

View File

@@ -912,6 +912,11 @@ bool CConf::getHD44780UTC() const
return m_hd44780UTC;
}
std::string CConf::getHD44780DateFormat() const
{
return m_hd44780DateFormat;
}
std::string CConf::getNextionPort() const
{
return m_nextionPort;