kopia lustrzana https://github.com/f4exb/sdrangel
HackRF input: set minimum sample rate to 2.6 MS/s
rodzic
9dbdeb517e
commit
402f733384
|
|
@ -47,7 +47,7 @@ HackRFInputGui::HackRFInputGui(DeviceSourceAPI *deviceAPI, QWidget* parent) :
|
|||
ui->centerFrequency->setValueRange(7, 0U, 7250000U);
|
||||
|
||||
ui->sampleRate->setColorMapper(ColorMapper(ColorMapper::GrayGreenYellow));
|
||||
ui->sampleRate->setValueRange(8, 2400000U, 20000000U);
|
||||
ui->sampleRate->setValueRange(8, 2600000U, 20000000U);
|
||||
|
||||
connect(&m_updateTimer, SIGNAL(timeout()), this, SLOT(updateHardware()));
|
||||
connect(&m_statusTimer, SIGNAL(timeout()), this, SLOT(updateStatus()));
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue