Two things.After changing the Watchdog timeout in the configuration it does not
change it on the status bar. Simple fix for that one:@@ -1342,6 +1344,9 @@
}
auto_tx_label.setText (m_config.quick_call () ? "Auto-Tx-Enable Armed" :
"Auto-Tx-Enable Disarmed");+ if(!m_mode.startsWith ("WSPR") &&
m_config.watchdog () != 0) {+ updateProgressBarFormat(true);+ }
And once the watchdog has triggered the boolean value does not reset very
quickly. Perhaps there isn't a status message being sent without some other
action? The message aggregator doesn't show status messages.I let the timeout
occur...and then it would reset all by itself and timeout again. That watchdog
timeout in the status message is disassociated from the other one in the GUI.
I've got a WAV file I play on timeout right now and it's not getting triggered
other than the 1st time.
I tried adding the same check as the GUI but it doesn't trigger at all since
it's timing is different. This doesn't work at all...so how do we sync these
two sections?+ }@ -5719,7 +5725,8 @@
{ if (ui) {- bool watchdog_timeout = !m_mode.startsWith("WSPR") &&
m_config.watchdog () && m_idleMinutes >= m_config.watchdog ();+ bool
watchdog_timeout = (m_transmitting or m_auto or m_tune) &&+
!m_mode.startsWith("WSPR") && m_config.watchdog () && m_idleMinutes
>= m_config.watchdog (); m_messageClient->status_update (m_freqNominal,
m_mode, m_hisCall, QString::number
(ui->rptSpinBox->value ()), m_modeTx,
ui->autoButton->isChecked (),
de Mike W9MDB
------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel