mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-22 22:04:24 -04:00
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:
parent
042d271a9f
commit
e2f0a03460
13 changed files with 105 additions and 54 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue