mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-13 08:55:39 -04:00
Added/Renamed AM bandwidth modes
This commit is contained in:
parent
17d3cb387e
commit
17f6475506
5 changed files with 21 additions and 17 deletions
|
@ -34,10 +34,11 @@ options_t freqman_entry_modulations = {
|
|||
|
||||
options_t freqman_entry_bandwidths[ 4 ] = {
|
||||
{ //AM
|
||||
{ "DSB", 0 },
|
||||
{ "USB", 1 },
|
||||
{ "LSB", 2 },
|
||||
{ "CW" , 3 }
|
||||
{ "DSB+9k" , 0 },
|
||||
{ "DSB+6k" , 1 },
|
||||
{ "USB+3k" , 2 },
|
||||
{ "LSB-3k" , 3 },
|
||||
{ "CW" , 4 }
|
||||
},
|
||||
{ //NFM
|
||||
{ "8k5" , 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue