mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Merge pull request #313 from phl0/makeAckTimeAdjustable
Make AckTime adjustable
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -94,6 +94,7 @@ public:
|
||||
bool getDStarSelfOnly() const;
|
||||
std::vector<std::string> getDStarBlackList() const;
|
||||
bool getDStarAckReply() const;
|
||||
unsigned int getDStarAckTime() const;
|
||||
bool getDStarErrorReply() const;
|
||||
|
||||
// The DMR section
|
||||
@@ -250,6 +251,7 @@ private:
|
||||
bool m_dstarSelfOnly;
|
||||
std::vector<std::string> m_dstarBlackList;
|
||||
bool m_dstarAckReply;
|
||||
unsigned int m_dstarAckTime;
|
||||
bool m_dstarErrorReply;
|
||||
|
||||
bool m_dmrEnabled;
|
||||
|
||||
Reference in New Issue
Block a user