mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 13:47:01 -04:00
Wider maximum waterfall bandwidth.
This commit is contained in:
@@ -141,7 +141,7 @@ void RTLSDRGui::on_gain_valueChanged(int value)
|
||||
|
||||
void RTLSDRGui::on_samplerate_valueChanged(int value)
|
||||
{
|
||||
int Rates[] = {288, 1024, 1536, 2048, 2304, 2500 };
|
||||
int Rates[] = {288, 1024, 1536, 1152, 2048, 2500 };
|
||||
int newrate = Rates[value];
|
||||
ui->samplerateText->setText(tr("%1k").arg(newrate));
|
||||
m_settings.m_samplerate = newrate * 1000;
|
||||
|
||||
Reference in New Issue
Block a user