mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 21:05:26 +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
|
#endif
|
||||||
{ "MIXSRC_CH1", MIXSRC_CH1 },
|
{ "MIXSRC_CH1", MIXSRC_CH1 },
|
||||||
{ "SWSRC_LAST", SWSRC_LAST_LOGICAL_SWITCH },
|
{ "SWSRC_LAST", SWSRC_LAST_LOGICAL_SWITCH },
|
||||||
|
{ "MAX_SENSORS", MAX_TELEMETRY_SENSORS },
|
||||||
#if defined(COLORLCD)
|
#if defined(COLORLCD)
|
||||||
{ "SHADOWED", SHADOWED },
|
{ "SHADOWED", SHADOWED },
|
||||||
{ "COLOR", ZoneOption::Color },
|
{ "COLOR", ZoneOption::Color },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue