mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 22:45:44 +08:00
Add the squelch file as needed by SVXLink.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -304,6 +304,7 @@ public:
|
||||
bool getFMNetworkEnabled() const;
|
||||
std::string getFMNetworkProtocol() const;
|
||||
unsigned int getFMNetworkSampleRate() const;
|
||||
std::string getFMNetworkSquelchFile() const;
|
||||
std::string getFMGatewayAddress() const;
|
||||
unsigned short getFMGatewayPort() const;
|
||||
std::string getFMLocalAddress() const;
|
||||
@@ -622,6 +623,7 @@ private:
|
||||
bool m_fmNetworkEnabled;
|
||||
std::string m_fmNetworkProtocol;
|
||||
unsigned int m_fmNetworkSampleRate;
|
||||
std::string m_fmNetworkSquelchFile;
|
||||
std::string m_fmGatewayAddress;
|
||||
unsigned short m_fmGatewayPort;
|
||||
std::string m_fmLocalAddress;
|
||||
|
||||
Reference in New Issue
Block a user