mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Add missing function to read config value
This commit is contained in:
5
Conf.cpp
5
Conf.cpp
@@ -912,6 +912,11 @@ bool CConf::getHD44780UTC() const
|
|||||||
return m_hd44780UTC;
|
return m_hd44780UTC;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string CConf::getHD44780DateFormat() const
|
||||||
|
{
|
||||||
|
return m_hd44780DateFormat;
|
||||||
|
}
|
||||||
|
|
||||||
std::string CConf::getNextionPort() const
|
std::string CConf::getNextionPort() const
|
||||||
{
|
{
|
||||||
return m_nextionPort;
|
return m_nextionPort;
|
||||||
|
|||||||
Reference in New Issue
Block a user