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:
parent
6038c0947f
commit
7d6e96fe0c
7 changed files with 14 additions and 7 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue