Add AX.25 packet tracking.

This commit is contained in:
Jonathan Naylor
2020-06-18 12:51:13 +01:00
parent b3398710bc
commit d9e2940f08
9 changed files with 175 additions and 28 deletions

2
Conf.h
View File

@@ -173,6 +173,7 @@ public:
// The AX.25 section
bool getAX25Enabled() const;
bool getAX25Trace() const;
// The FM Section
bool getFMEnabled() const;
@@ -455,6 +456,7 @@ private:
unsigned int m_pocsagFrequency;
bool m_ax25Enabled;
bool m_ax25Trace;
bool m_fmEnabled;
std::string m_fmCallsign;