mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Increase TA and GPS to message level, and allow it to be controlled from
the ini file.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -99,6 +99,7 @@ public:
|
||||
unsigned int getDMRId() const;
|
||||
unsigned int getDMRColorCode() const;
|
||||
bool getDMREmbeddedLCOnly() const;
|
||||
bool getDMRDumpTAData() const;
|
||||
bool getDMRSelfOnly() const;
|
||||
std::vector<unsigned int> getDMRPrefixes() const;
|
||||
std::vector<unsigned int> getDMRBlackList() const;
|
||||
@@ -249,6 +250,7 @@ private:
|
||||
unsigned int m_dmrColorCode;
|
||||
bool m_dmrSelfOnly;
|
||||
bool m_dmrEmbeddedLCOnly;
|
||||
bool m_dmrDumpTAData;
|
||||
std::vector<unsigned int> m_dmrPrefixes;
|
||||
std::vector<unsigned int> m_dmrBlackList;
|
||||
std::vector<unsigned int> m_dmrWhiteList;
|
||||
|
||||
Reference in New Issue
Block a user