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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user