1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

KiwiSDR: added a DC block

This commit is contained in:
f4exb
2019-06-09 20:56:22 +02:00
parent 58ee095194
commit 7f97826c58
17 changed files with 80 additions and 7 deletions
@@ -165,6 +165,12 @@ void KiwiSDRGui::on_serverAddressApplyButton_clicked()
sendSettings();
}
void KiwiSDRGui::on_dcBlock_toggled(bool checked)
{
m_settings.m_dcBlock = checked;
sendSettings();
}
void KiwiSDRGui::on_record_toggled(bool checked)
{
if (checked) {