Using new CPLD data (fixes spectrum mirroring)

Scanner bugfix for wide ranges
Added squelch parameter for NFM receiver
Adjustment to Vumeter widget rendering
This commit is contained in:
furrtek 2017-06-11 09:50:29 +01:00
parent 042d271a9f
commit e2f0a03460
13 changed files with 105 additions and 54 deletions

View file

@ -48,7 +48,7 @@ struct NBFMConfig {
const fir_taps_real<32> channel;
const size_t deviation;
void apply() const;
void apply(const uint8_t squelch_level) const;
};
struct WFMConfig {