1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Fixed stop acquisition not working when sample rate is too high

This commit is contained in:
f4exb
2015-09-27 15:47:51 +02:00
parent 8ca8547148
commit fd78dda566
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ void HackRFGui::on_vga_valueChanged(int value)
void HackRFGui::updateHardware()
{
qDebug() << "AirspyGui::updateHardware";
qDebug() << "HackRFGui::updateHardware";
HackRFInput::MsgConfigureHackRF* message = HackRFInput::MsgConfigureHackRF::create( m_settings);
m_sampleSource->getInputMessageQueue()->push(message);
m_updateTimer.stop();