bugfix + work on scanner

This commit is contained in:
AlexandreRouma
2022-07-15 17:17:53 +02:00
parent 8b7afd88f9
commit 5bf5a10a12
79 changed files with 234 additions and 18146 deletions

View File

@ -472,7 +472,7 @@ private:
audioSampleRate = sr;
if (!selectedDemod) { return; }
selectedDemod->AFSampRateChanged(audioSampleRate);
if (!postProcEnabled) {
if (!postProcEnabled && vfo) {
// If postproc is disabled, IF SR = AF SR
minBandwidth = selectedDemod->getMinBandwidth();
maxBandwidth = selectedDemod->getMaxBandwidth();