From 3f4f4d340d39edcb58b82d2c2a55c8be7a804844 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 22 Jun 2016 12:41:25 +0200 Subject: [PATCH] Add missing function to read config value --- Conf.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Conf.cpp b/Conf.cpp index 9a8b3a8..bbbdbf6 100644 --- a/Conf.cpp +++ b/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;