Merge branch 'FM_Ext' into AX25_FM

This commit is contained in:
Jonathan Naylor
2020-06-25 13:41:19 +01:00
31 changed files with 2053 additions and 894 deletions

View File

@@ -30,7 +30,7 @@ const unsigned int BUFFER_LENGTH = 500U;
CAX25Network::CAX25Network(const std::string& port, unsigned int speed, bool debug) :
m_serial(port, SERIAL_SPEED(speed), false), // XXX
m_serial(port, speed, false),
m_txData(NULL),
m_rxData(NULL),
m_rxLength(0U),