mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Simplify the FM protocol to match the FM Gateway.
This commit is contained in:
8
Conf.h
8
Conf.h
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2015-2023 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2015-2024 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -358,9 +358,6 @@ public:
|
||||
#if defined(USE_FM)
|
||||
// The FM Network section
|
||||
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;
|
||||
@@ -694,9 +691,6 @@ private:
|
||||
|
||||
#if defined(USE_FM)
|
||||
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