1
0
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:
f4exb
2018-09-27 10:50:33 +02:00
parent e4ce6c21b2
commit 5c09985664
5 changed files with 67 additions and 1 deletions
@@ -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;