Further APT tuning

pull/567/head
AlexandreRouma 2021-12-13 18:12:17 +01:00
rodzic 20b44403b2
commit 6c7e952be3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -398,7 +398,7 @@ private:
setSquelchEnabled(squelchEnabled);
// Configure noise blanker
fmnr.block.setTapCount((selectedDemod->getIFSampleRate() < 100000.0f) ? 8 : 32);
fmnr.block.setTapCount((selectedDemod->getIFSampleRate() < 100000.0f) ? 9 : 32);
nb.block.setLevel(nbLevel);
setNoiseBlankerEnabled(nbEnabled);