mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 16:55:15 +03:00
Sound filemane too long
This commit is contained in:
parent
04ead96133
commit
6c38dcc885
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ for i, (s, f) in enumerate([(u"gear!, up!", "gearup"),
|
|||
(u"flight mode!, launch", "fm-lch"),
|
||||
(u"flight mode!, ping", "fm-png"),
|
||||
(u"flight mode!, thermal", "fm-thm"),
|
||||
(u"flight mode!, thermal left", "fm-thml"),
|
||||
(u"flight mode!, thermal right", "fm-thmr"),
|
||||
(u"flight mode!, thermal left", "fm-thl"),
|
||||
(u"flight mode!, thermal right", "fm-thr"),
|
||||
]):
|
||||
sounds.append((s, filename(f, PROMPT_CUSTOM_BASE + i)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue