mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
Deep redesign: Init sequence review phase #3: Implement sample source input messages handler
This commit is contained in:
@@ -276,6 +276,7 @@ void BladerfGui::on_xb200_currentIndexChanged(int index)
|
||||
|
||||
void BladerfGui::updateHardware()
|
||||
{
|
||||
qDebug() << "BladerfGui::updateHardware";
|
||||
BladerfInput::MsgConfigureBladerf* message = BladerfInput::MsgConfigureBladerf::create( m_settings);
|
||||
m_sampleSource->getInputMessageQueue()->push(message);
|
||||
m_updateTimer.stop();
|
||||
|
||||
Reference in New Issue
Block a user