mirror of
https://github.com/opentx/opentx.git
synced 2025-07-15 04:15:26 +03:00
[X9E/X7D] Rotary encoder navigation speed implemented (#3724)
This commit is contained in:
parent
3cb64d984a
commit
1d735f2bd3
114 changed files with 785 additions and 865 deletions
|
@ -788,7 +788,7 @@ Run function (key pressed)
|
|||
*/
|
||||
static int luaPopupInput(lua_State * L)
|
||||
{
|
||||
uint8_t event = luaL_checkinteger(L, 2);
|
||||
event_t event = luaL_checkinteger(L, 2);
|
||||
warningInputValue = luaL_checkinteger(L, 3);
|
||||
warningInputValueMin = luaL_checkinteger(L, 4);
|
||||
warningInputValueMax = luaL_checkinteger(L, 5);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue