mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Reset rig if it is found to be inactive
One reason for inactivity is that a calibration adjustment has been made. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7320 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
d9e91a88ab
commit
d416a0f5b4
@ -5776,7 +5776,7 @@ void MainWindow::setRig ()
|
||||
{
|
||||
if(m_transmitting && !m_config.tx_QSY_allowed ()) return;
|
||||
if ((m_monitoring || m_transmitting)
|
||||
&& m_config.is_transceiver_online ())
|
||||
&& m_config.transceiver_online ())
|
||||
{
|
||||
if(m_transmitting && m_config.split_mode ())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user