Merge pull request #206 from oe1kbc/patch-5

Update Conf.h
This commit is contained in:
Jonathan Naylor 2020-09-05 22:06:24 +01:00 committed by GitHub
commit 50d16d5d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@ public:
// The Network section
std::string getNetworkStartup() const;
std::string getNetworkOptions() const;
unsigned int getNetworkInactivityTimeout() const;
bool getNetworkRevert() const;
bool getNetworkDebug() const;
@ -134,6 +135,7 @@ private:
std::string m_aprsDescription;
std::string m_networkStartup;
std::string m_networkOptions;
unsigned int m_networkInactivityTimeout;
bool m_networkRevert;
bool m_networkDebug;