mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Merge remote-tracking branch 'upstream/master' into DimOnIdle
This commit is contained in:
6
Conf.h
6
Conf.h
@@ -34,7 +34,8 @@ public:
|
||||
std::string getCallsign() const;
|
||||
unsigned int getTimeout() const;
|
||||
bool getDuplex() const;
|
||||
unsigned int getModeHang() const;
|
||||
unsigned int getRFModeHang() const;
|
||||
unsigned int getNetModeHang() const;
|
||||
std::string getDisplay() const;
|
||||
bool getDaemon() const;
|
||||
|
||||
@@ -162,7 +163,8 @@ private:
|
||||
std::string m_callsign;
|
||||
unsigned int m_timeout;
|
||||
bool m_duplex;
|
||||
unsigned int m_modeHang;
|
||||
unsigned int m_rfModeHang;
|
||||
unsigned int m_netModeHang;
|
||||
std::string m_display;
|
||||
bool m_daemon;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user