1
0
Fork 0
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:
3djc 2020-04-28 13:59:39 +02:00 committed by GitHub
parent 6cf3fb5146
commit 512db24f33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View file

@ -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"),