1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

RTL-SDR plugin: New 2000 kS/s rate

This commit is contained in:
f4exb
2016-03-31 19:49:32 +02:00
parent 007aaaf749
commit 58656fe65c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -277,8 +277,8 @@ void RTLSDRGui::on_checkBox_stateChanged(int state)
sendSettings();
}
unsigned int RTLSDRSampleRates::m_rates[] = {250, 1000, 1152, 1200, 1536, 2304, 2400};
unsigned int RTLSDRSampleRates::m_nb_rates = 7;
unsigned int RTLSDRSampleRates::m_rates[] = {250, 1000, 1152, 1200, 1536, 2000, 2304, 2400};
unsigned int RTLSDRSampleRates::m_nb_rates = 8;
unsigned int RTLSDRSampleRates::getRate(unsigned int rate_index)
{