mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 15:04:38 -04:00
AFC: fixes. Implement devices apply and reset channels feedbac
This commit is contained in:
@@ -362,7 +362,8 @@ void AFCGUI::on_trackedDevice_currentIndexChanged(int index)
|
||||
|
||||
void AFCGUI::on_devicesApply_clicked()
|
||||
{
|
||||
|
||||
AFC::MsgDevicesApply *msg = AFC::MsgDevicesApply::create();
|
||||
m_afc->getInputMessageQueue()->push(msg);
|
||||
}
|
||||
|
||||
void AFCGUI::on_targetPeriod_valueChanged(int value)
|
||||
|
||||
Reference in New Issue
Block a user