Reinstated the location field.

This commit is contained in:
Jonathan Naylor
2020-08-26 12:13:34 +01:00
parent a9c9ff6011
commit 98879b5c14
9 changed files with 40 additions and 16 deletions

2
Conf.h
View File

@@ -42,6 +42,7 @@ public:
unsigned int getRXFrequency() const;
unsigned int getTXFrequency() const;
unsigned int getPower() const;
std::string getLocation() const;
// The Log section
unsigned int getLogDisplayLevel() const;
@@ -315,6 +316,7 @@ 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;