mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-06 08:45:01 -04:00
Merge pull request #341 from fossum/feature/adding-snap-values-to-calls
Added a couple snap values to the calls app.
This commit is contained in:
commit
c19bcc17af
1 changed files with 6 additions and 4 deletions
|
@ -212,12 +212,14 @@ private:
|
||||||
true
|
true
|
||||||
};
|
};
|
||||||
OptionsField options_snap {
|
OptionsField options_snap {
|
||||||
{ 17 * 8, 15 * 8 },
|
{ 17 * 8, 15 * 8 }, // Position
|
||||||
7,
|
7, // Length
|
||||||
{
|
{ // Options
|
||||||
{ "25kHz ", 25000 },
|
{ "25kHz ", 25000 },
|
||||||
{ "12.5kHz", 12500 },
|
{ "12.5kHz", 12500 },
|
||||||
{ "8.33kHz", 8333 }
|
{ "8.33kHz", 8333 },
|
||||||
|
{ "2.5kHz", 2500 },
|
||||||
|
{ "500Hz", 500 }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue