mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Correct WFM bandwidth and step
This commit is contained in:
parent
32697d1c73
commit
6cd4eb0358
@ -45,7 +45,7 @@ options_t freqman_entry_bandwidths[ 4 ] = {
|
||||
{ "16k" , 2 }
|
||||
},
|
||||
{ //WFM
|
||||
{ "16k" , 0 },
|
||||
{ "200k" , 0 },
|
||||
}
|
||||
};
|
||||
|
||||
@ -62,7 +62,7 @@ options_t freqman_entry_steps = {
|
||||
{ "50KHz (FM1)" , 50000 },
|
||||
{ "100KHz (FM2)" , 100000 },
|
||||
{ "250KHz (N2)" , 250000 },
|
||||
{ "500KHz " , 500000 },
|
||||
{ "500KHz (WFM)" , 500000 },
|
||||
{ "1MHz " , 1000000 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user