mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Merge branch 'master' of https://github.com/g4klx/MMDVMHost into SSD1306
This commit is contained in:
commit
426a6dcf6b
29 changed files with 485 additions and 211 deletions
7
Conf.h
7
Conf.h
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue