1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-25 17:25:10 +03:00

Sound filemane too long

This commit is contained in:
3djc 2016-09-16 13:21:23 +02:00
parent 04ead96133
commit 6c38dcc885

View file

@ -113,7 +113,7 @@ for i, (s, f) in enumerate([(u"gear!, up!", "gearup"),
(u"flight mode!, launch", "fm-lch"), (u"flight mode!, launch", "fm-lch"),
(u"flight mode!, ping", "fm-png"), (u"flight mode!, ping", "fm-png"),
(u"flight mode!, thermal", "fm-thm"), (u"flight mode!, thermal", "fm-thm"),
(u"flight mode!, thermal left", "fm-thml"), (u"flight mode!, thermal left", "fm-thl"),
(u"flight mode!, thermal right", "fm-thmr"), (u"flight mode!, thermal right", "fm-thr"),
]): ]):
sounds.append((s, filename(f, PROMPT_CUSTOM_BASE + i))) sounds.append((s, filename(f, PROMPT_CUSTOM_BASE + i)))