mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
[X3] Fixes
This commit is contained in:
parent
794a63778e
commit
82428404e2
12 changed files with 38 additions and 2 deletions
|
@ -553,6 +553,9 @@ enum MixSources {
|
|||
MIXSRC_POT1 = MIXSRC_FIRST_POT, LUA_EXPORT("s1", "Potentiometer 1")
|
||||
MIXSRC_POT2, LUA_EXPORT("s2", "Potentiometer 2")
|
||||
MIXSRC_LAST_POT = MIXSRC_POT2,
|
||||
#elif defined(PCBX3)
|
||||
MIXSRC_POT1 = MIXSRC_FIRST_POT, LUA_EXPORT("s1", "Potentiometer 1")
|
||||
MIXSRC_LAST_POT = MIXSRC_POT1,
|
||||
#elif defined(PCBTARANIS)
|
||||
MIXSRC_POT1 = MIXSRC_FIRST_POT, LUA_EXPORT("s1", "Potentiometer 1")
|
||||
MIXSRC_POT2, LUA_EXPORT("s2", "Potentiometer 2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue