Merge branch 'master' of https://github.com/g4klx/MMDVMHost into SSD1306

This commit is contained in:
Rudy Hardeman 2016-05-10 15:24:35 +00:00
commit 426a6dcf6b
29 changed files with 485 additions and 211 deletions

7
Conf.h
View file

@ -55,6 +55,10 @@ public:
std::string getLogFilePath() const;
std::string getLogFileRoot() const;
// The CW ID section
bool getCWIdEnabled() const;
unsigned int getCWIdTime() const;
// The Modem section
std::string getModemPort() const;
bool getModemRXInvert() const;
@ -158,6 +162,9 @@ private:
std::string m_logFilePath;
std::string m_logFileRoot;
bool m_cwIdEnabled;
unsigned int m_cwIdTime;
std::string m_modemPort;
bool m_modemRXInvert;
bool m_modemTXInvert;