mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Add AX.25 packet tracking.
This commit is contained in:
2
Conf.h
2
Conf.h
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user