mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-01 21:54:55 -04:00
libbladerRF2: Windows build for bladerf2input plugin
This commit is contained in:
@@ -280,6 +280,12 @@ void BladeRF2InputGui::on_iqImbalance_toggled(bool checked)
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void BladeRF2InputGui::on_biasTee_toggled(bool checked)
|
||||
{
|
||||
m_settings.m_biasTee = checked;
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void BladeRF2InputGui::on_bandwidth_changed(quint64 value)
|
||||
{
|
||||
m_settings.m_bandwidth = value * 1000;
|
||||
|
||||
Reference in New Issue
Block a user