mirror of
https://github.com/opentx/opentx.git
synced 2025-07-17 05:15:18 +03:00
Allow setting serial baurate for LUA (#8228)
This commit is contained in:
parent
42a82d5b71
commit
c38e513c7e
6 changed files with 67 additions and 15 deletions
|
@ -674,7 +674,7 @@ enum MixSources {
|
|||
MIXSRC_GYRO2, LUA_EXPORT("gyry", "Gyro Y")
|
||||
#endif
|
||||
|
||||
MIXSRC_MAX,
|
||||
MIXSRC_MAX, LUA_EXPORT("max", "MAX")
|
||||
|
||||
MIXSRC_FIRST_HELI,
|
||||
MIXSRC_CYC1 = MIXSRC_FIRST_HELI, LUA_EXPORT("cyc1", "Cyclic 1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue