Convert TXTwist to TXDelay.

This commit is contained in:
Jonathan Naylor
2020-06-27 22:47:54 +01:00
parent d1a809808b
commit 97f1ebb25f
8 changed files with 24 additions and 23 deletions

4
Conf.h
View File

@@ -176,7 +176,7 @@ public:
// The AX.25 section
bool getAX25Enabled() const;
int getAX25RXTwist() const;
int getAX25TXTwist() const;
unsigned int getAX25TXDelay() const;
bool getAX25Trace() const;
// The FM Section
@@ -506,7 +506,7 @@ private:
bool m_ax25Enabled;
int m_ax25RXTwist;
int m_ax25TXTwist;
unsigned int m_ax25TXDelay;
bool m_ax25Trace;
bool m_dstarNetworkEnabled;