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:
gullradriel 2023-05-10 13:16:23 +02:00 committed by GitHub
parent 04e77e0ee8
commit 58e731c56e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 11 deletions

View file

@ -47,6 +47,8 @@ options_t freqman_entry_bandwidths[ 4 ] = {
},
{ //WFM
{ "200k" , 0 },
{ "180K" , 1 },
{ "40K" , 2 },
}
};