mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 22:22:21 -04:00
adding 10Hz and 50Hz to freqman_steps (#2652)
This commit is contained in:
parent
84cb32ee14
commit
db187301ab
1 changed files with 4 additions and 0 deletions
|
@ -114,6 +114,8 @@ options_t freqman_bandwidths[6] = {
|
||||||
|
|
||||||
// TODO: these should be indexes.
|
// TODO: these should be indexes.
|
||||||
options_t freqman_steps = {
|
options_t freqman_steps = {
|
||||||
|
{"10Hz ", 10},
|
||||||
|
{"50Hz ", 50},
|
||||||
{"0.1kHz ", 100},
|
{"0.1kHz ", 100},
|
||||||
{"1kHz ", 1000},
|
{"1kHz ", 1000},
|
||||||
{"5kHz (SA AM)", 5000},
|
{"5kHz (SA AM)", 5000},
|
||||||
|
@ -134,6 +136,8 @@ options_t freqman_steps = {
|
||||||
|
|
||||||
// TODO: these should be indexes.
|
// TODO: these should be indexes.
|
||||||
options_t freqman_steps_short = {
|
options_t freqman_steps_short = {
|
||||||
|
{"10Hz", 10},
|
||||||
|
{"50Hz", 50},
|
||||||
{"0.1kHz", 100},
|
{"0.1kHz", 100},
|
||||||
{"1kHz", 1000},
|
{"1kHz", 1000},
|
||||||
{"5kHz", 5000},
|
{"5kHz", 5000},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue