mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-29 17:17:28 -04:00
Wfm freqm options (#966)
* added WFM 180K and 40K options in freqman * Make audio app use freqman funcs to load modulations bandwidths
This commit is contained in:
parent
04e77e0ee8
commit
58e731c56e
3 changed files with 7 additions and 11 deletions
|
@ -47,6 +47,8 @@ options_t freqman_entry_bandwidths[ 4 ] = {
|
|||
},
|
||||
{ //WFM
|
||||
{ "200k" , 0 },
|
||||
{ "180K" , 1 },
|
||||
{ "40K" , 2 },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue