mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
RTL-SDR bias tee. Implements #533
This commit is contained in:
@@ -449,6 +449,12 @@ void RTLSDRGui::on_sampleRateMode_toggled(bool checked)
|
||||
displaySampleRate();
|
||||
}
|
||||
|
||||
void RTLSDRGui::on_biasT_stateChanged(int state)
|
||||
{
|
||||
m_settings.m_biasTee = (state == Qt::Checked);
|
||||
sendSettings();
|
||||
}
|
||||
|
||||
void RTLSDRGui::updateHardware()
|
||||
{
|
||||
if (m_doApplySettings)
|
||||
|
||||
Reference in New Issue
Block a user