diff --git a/src/demod/DemodulatorPreThread.cpp b/src/demod/DemodulatorPreThread.cpp index 049014b..09d2801 100644 --- a/src/demod/DemodulatorPreThread.cpp +++ b/src/demod/DemodulatorPreThread.cpp @@ -327,9 +327,9 @@ void DemodulatorPreThread::setBandwidth(int bandwidth) { } int DemodulatorPreThread::getBandwidth() { - if (bandwidthChanged.load()) { - return newBandwidth; - } +// if (bandwidthChanged.load()) { +// return newBandwidth; +// } return currentBandwidth; }