1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Adjust number of frequency digits depending whether transverter is enabled

This commit is contained in:
Jon Beniston
2022-10-17 13:43:32 +01:00
parent 5b27a50cf8
commit 929e0d34dc
26 changed files with 260 additions and 112 deletions
@@ -538,6 +538,7 @@ bool RTLSDRInput::applySettings(const RTLSDRSettings& settings, bool force)
if(m_dev != 0)
{
qDebug() << "Set tuner gain " << settings.m_gain;
if (rtlsdr_set_tuner_gain(m_dev, settings.m_gain) != 0) {
qCritical("RTLSDRInput::applySettings: rtlsdr_set_tuner_gain() failed");
} else {