mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-13 11:51:47 -05:00
Removed useless low bitrates and added more useful rates
This commit is contained in:
parent
ee49caaf55
commit
b6c762fe79
@ -324,7 +324,7 @@ unsigned int BladerfGui::getXb200Index(bool xb_200, bladerf_xb200_path xb200Path
|
||||
}
|
||||
}
|
||||
|
||||
unsigned int BladerfSampleRates::m_rates[] = {384, 768, 1536, 2304, 3072, 4608, 6144, 9216, 12288, 18432, 24576, 30720, 36864, 39936};
|
||||
unsigned int BladerfSampleRates::m_rates[] = {1536, 2304, 3072, 4608, 6144, 7680, 9216, 10752, 12288, 18432, 24576, 30720, 36864, 39936};
|
||||
unsigned int BladerfSampleRates::m_nb_rates = 14;
|
||||
|
||||
unsigned int BladerfSampleRates::getRate(unsigned int rate_index)
|
||||
|
Loading…
Reference in New Issue
Block a user