Remove the location information from the new config message.

This commit is contained in:
Jonathan Naylor
2020-08-27 10:13:02 +01:00
parent 01da0ded7f
commit 2349520964
10 changed files with 16 additions and 38 deletions

2
Conf.h
View File

@@ -42,7 +42,6 @@ public:
unsigned int getRXFrequency() const;
unsigned int getTXFrequency() const;
unsigned int getPower() const;
std::string getLocation() const;
// The Log section
unsigned int getLogDisplayLevel() const;
@@ -316,7 +315,6 @@ private:
unsigned int m_rxFrequency;
unsigned int m_txFrequency;
unsigned int m_power;
std::string m_location;
unsigned int m_logDisplayLevel;
unsigned int m_logFileLevel;