Recorder bugfix + rewrote RTL-TCP source to use new network lib

This commit is contained in:
AlexandreRouma
2023-02-03 02:38:08 +01:00
parent 31ff7f3224
commit 8a2d0fe56b
4 changed files with 106 additions and 362 deletions

View File

@ -426,7 +426,7 @@ private:
// Configure noise blanker
nb.setRate(500.0 / ifSamplerate);
setNBLevel(nbLevel);
setNBEnabled(nbAllowed&& nbEnabled);
setNBEnabled(nbAllowed && nbEnabled);
// Configure FM IF Noise Reduction
setIFNRPreset((selectedDemodID == RADIO_DEMOD_NFM) ? ifnrPresets[fmIFPresetId] : IFNR_PRESET_BROADCAST);