mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Add YSF low deviation mode.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -110,6 +110,7 @@ public:
|
||||
|
||||
// The System Fusion section
|
||||
bool getFusionEnabled() const;
|
||||
bool getFusionLowDeviation() const;
|
||||
bool getFusionRemoteGateway() const;
|
||||
|
||||
// The P25 section
|
||||
@@ -258,6 +259,7 @@ private:
|
||||
unsigned int m_dmrTXHang;
|
||||
|
||||
bool m_fusionEnabled;
|
||||
bool m_fusionLowDeviation;
|
||||
bool m_fusionRemoteGateway;
|
||||
|
||||
bool m_p25Enabled;
|
||||
|
||||
Reference in New Issue
Block a user