mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -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);
|
ui->actionQ65->setChecked(true);
|
||||||
switch_mode(Modes::Q65);
|
switch_mode(Modes::Q65);
|
||||||
fast_config(false);
|
fast_config(false);
|
||||||
|
WSPR_config(false);
|
||||||
setup_status_bar(true);
|
setup_status_bar(true);
|
||||||
m_nsps=6912; //For symspec only
|
m_nsps=6912; //For symspec only
|
||||||
m_FFTSize = m_nsps / 2;
|
m_FFTSize = m_nsps / 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user