mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
RTLSDR: allow decimation by 32. Bumped to version 2.1.6
This commit is contained in:
@@ -252,7 +252,7 @@ void RTLSDRGui::on_centerFrequency_changed(quint64 value)
|
||||
|
||||
void RTLSDRGui::on_decim_currentIndexChanged(int index)
|
||||
{
|
||||
if ((index <0) || (index > 4))
|
||||
if ((index <0) || (index > 5))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user