mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 12:25:12 +03:00
Add the constant "MAX_SENSORS" to Lua
This commit is contained in:
parent
5e9ff2bea2
commit
d6b4265c28
1 changed files with 1 additions and 0 deletions
|
@ -1374,6 +1374,7 @@ const luaR_value_entry opentxConstants[] = {
|
|||
#endif
|
||||
{ "MIXSRC_CH1", MIXSRC_CH1 },
|
||||
{ "SWSRC_LAST", SWSRC_LAST_LOGICAL_SWITCH },
|
||||
{ "MAX_SENSORS", MAX_TELEMETRY_SENSORS },
|
||||
#if defined(COLORLCD)
|
||||
{ "SHADOWED", SHADOWED },
|
||||
{ "COLOR", ZoneOption::Color },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue