mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Must call wspr_config(false) when entering Q65 mode.
This commit is contained in:
parent
003aeedb91
commit
c4dbfbbdca
@ -6432,6 +6432,7 @@ void MainWindow::on_actionQ65_triggered()
|
||||
ui->actionQ65->setChecked(true);
|
||||
switch_mode(Modes::Q65);
|
||||
fast_config(false);
|
||||
WSPR_config(false);
|
||||
setup_status_bar(true);
|
||||
m_nsps=6912; //For symspec only
|
||||
m_FFTSize = m_nsps / 2;
|
||||
|
Loading…
Reference in New Issue
Block a user