diff --git a/mainwindow.cpp b/mainwindow.cpp index f2992ec41..5a7a77336 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4303,8 +4303,7 @@ void MainWindow::bandHopping() << "tune:" << hop_data.tune_required_ << "tx:" << hop_data.tx_next_; -// if (m_auto &&hop_data.tx_next_) { - if ( m_auto && next_tx_state(m_pctx) ) { + if (m_auto &&hop_data.tx_next_) { m_nrx = 0; } else { m_nrx = 1;