1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Default to 1M S/s for "best" s/n.

This commit is contained in:
John Greb
2015-01-17 16:13:19 +00:00
parent cb4352a996
commit c917ddf058
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ bool RTLSDRGui::handleMessage(Message* message)
void RTLSDRGui::displaySettings()
{
ui->centerFrequency->setValue(m_generalSettings.m_centerFrequency / 1000);
ui->samplerate->setValue(0);
ui->samplerate->setValue(1);
if(m_gains.size() > 0) {
int dist = abs(m_settings.m_gain - m_gains[0]);