Beacon interval default to 15 min

This commit is contained in:
Jordan Sherer
2018-07-21 16:10:13 -04:00
parent 29bbedcc8f
commit 394a6d045f
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1435,7 +1435,7 @@ void Configuration::impl::read_settings ()
miles_ = settings_->value ("Miles", false).toBool ();
quick_call_ = settings_->value ("QuickCall", false).toBool ();
disable_TX_on_73_ = settings_->value ("73TxDisable", false).toBool ();
beacon_ = settings_->value ("TxBeacon", 5).toInt ();
beacon_ = settings_->value ("TxBeacon", 15).toInt ();
watchdog_ = settings_->value ("TxWatchdog", 0).toInt ();
TX_messages_ = settings_->value ("Tx2QSO", true).toBool ();
enable_VHF_features_ = settings_->value("VHFUHF",false).toBool ();