mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
Add the optional System Fusion Parrot.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -75,6 +75,7 @@ public:
|
||||
|
||||
// The System Fusion section
|
||||
bool getFusionEnabled() const;
|
||||
bool getFusionParrotEnabled() const;
|
||||
|
||||
// The D-Star Network section
|
||||
bool getDStarNetworkEnabled() const;
|
||||
@@ -143,6 +144,7 @@ private:
|
||||
unsigned int m_dmrColorCode;
|
||||
|
||||
bool m_fusionEnabled;
|
||||
bool m_fusionParrotEnabled;
|
||||
|
||||
bool m_dstarNetworkEnabled;
|
||||
std::string m_dstarGatewayAddress;
|
||||
|
||||
Reference in New Issue
Block a user