Turn off tx before remembering our tune settings

This commit is contained in:
Jordan Sherer 2018-10-01 13:06:31 -04:00
parent d000925ecb
commit ef8bc26474

View File

@ -8095,6 +8095,7 @@ void MainWindow::on_tuneButton_clicked (bool checked)
}
else { // we're turning off so remember our Tune pwr setting and reset to Tx pwr
if (m_config.pwrBandTuneMemory() || m_config.pwrBandTxMemory()) {
stopTx();
m_pwrBandTuneMemory[curBand] = ui->outAttenuation->value(); // remember our Tune pwr
m_PwrBandSetOK = false;
ui->outAttenuation->setValue(m_pwrBandTxMemory[curBand].toInt()); // set to Tx pwr