mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Add missing function to read config value
This commit is contained in:
parent
528a220afb
commit
3f4f4d340d
1 changed files with 5 additions and 0 deletions
5
Conf.cpp
5
Conf.cpp
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue