Updated beacon default to 30 minutes

This commit is contained in:
Jordan Sherer 2018-08-29 11:28:26 -04:00
parent d2b7229815
commit 084765f271
2 changed files with 2 additions and 2 deletions

View File

@ -1539,7 +1539,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", 15).toInt ();
beacon_ = settings_->value ("TxBeacon", 30).toInt ();
watchdog_ = settings_->value ("TxWatchdog", 0).toInt ();
TX_messages_ = settings_->value ("Tx2QSO", true).toBool ();
enable_VHF_features_ = settings_->value("VHFUHF",false).toBool ();

View File

@ -515,7 +515,7 @@
<number>1</number>
</property>
<property name="value">
<number>15</number>
<number>30</number>
</property>
</widget>
</item>