Add the squelch file as needed by SVXLink.

This commit is contained in:
Jonathan Naylor
2023-10-25 12:39:09 +01:00
parent b6269c73da
commit 3eb29a0bf5
7 changed files with 82 additions and 7 deletions

2
Conf.h
View File

@@ -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;