mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-02 17:35:52 -05:00
fix typo: wps -> wpm in morse_tx (#2847)
This commit is contained in:
parent
0f9d9e589d
commit
efdf043d62
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class MorseView : public View {
|
|||
bool run{false};
|
||||
|
||||
Labels labels{
|
||||
{{4 * 8, 6 * 8}, "Speed: wps", Theme::getInstance()->fg_light->foreground},
|
||||
{{4 * 8, 6 * 8}, "Speed: wpm", Theme::getInstance()->fg_light->foreground},
|
||||
{{4 * 8, 8 * 8}, "Tone: Hz", Theme::getInstance()->fg_light->foreground},
|
||||
{{4 * 8, 10 * 8}, "Modulation:", Theme::getInstance()->fg_light->foreground},
|
||||
{{4 * 8, 12 * 8}, "Loop:", Theme::getInstance()->fg_light->foreground},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue