1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 00:35:14 +03:00

Add mintrim (#3732)

This commit is contained in:
3djc 2016-08-29 15:48:42 +02:00 committed by Andre Bernet
parent 6038c0947f
commit 7d6e96fe0c
7 changed files with 14 additions and 7 deletions

View file

@ -47,7 +47,8 @@ for i, s in enumerate(["point zero", "point one", "point two", "point three",
"point seven", "point eight", "point nine"]):
systemSounds.append((s, filename(PROMPT_SYSTEM_BASE + 167 + i)))
for s, f, a in [(u"trim center", "midtrim", 495),
(u"maximum trim reached", "endtrim", NO_ALTERNATE),
(u"maximum trim reached", "maxtrim", NO_ALTERNATE),
(u"minium trim reached", "mintrim", NO_ALTERNATE),
(u"timer 1 elapsed", "timovr1", NO_ALTERNATE),
(u"timer 2 elapsed", "timovr2", NO_ALTERNATE),
(u"timer 3 elapsed", "timovr3", NO_ALTERNATE),