mirror of
https://github.com/opentx/opentx.git
synced 2025-07-26 01:35:21 +03:00
Some tts fixes (#7547)
This commit is contained in:
parent
6cf3fb5146
commit
512db24f33
2 changed files with 7 additions and 3 deletions
|
@ -72,7 +72,9 @@ for s, f in [("trim center", "midtrim"),
|
|||
("receiver still connected", "modelpwr"),
|
||||
]:
|
||||
systemSounds.append((s, filename(f)))
|
||||
for i, (s, f) in enumerate([("gear!, up!", "gearup"),
|
||||
for i, (s, f) in enumerate([("armed", "armed"),
|
||||
("disarmed", "disarm"),
|
||||
("gear!, up!", "gearup"),
|
||||
("gear!, down!", "geardn"),
|
||||
("flaps!, up!", "flapup"),
|
||||
("flaps!, down!", "flapdn"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue