1
0
Fork 0
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:
Bertrand Songis 2019-04-17 10:03:19 +02:00
parent 5e9ff2bea2
commit d6b4265c28

View file

@ -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 },