Added automatic BEACON acknowledgment and BEACON REQ commands

This commit is contained in:
Jordan Sherer
2018-09-21 01:47:21 -04:00
parent fe1509c94b
commit 25e7631c09
6 changed files with 143 additions and 70 deletions
+1 -1
View File
@@ -769,7 +769,7 @@ bool Configuration::clear_DX () const {return m_->clear_DX_;}
bool Configuration::miles () const {return m_->miles_;}
bool Configuration::quick_call () const {return m_->quick_call_;}
bool Configuration::disable_TX_on_73 () const {return m_->disable_TX_on_73_;}
int Configuration::beacon () const {return m_->beacon_;}
int Configuration::beacon () const {return qMax(10, qMin(m_->beacon_, 1440));}
int Configuration::watchdog () const {return m_->watchdog_;}
bool Configuration::TX_messages () const {return m_->TX_messages_;}
bool Configuration::enable_VHF_features () const {return m_->enable_VHF_features_;}