mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 13:55:12 +03:00
[ARM boards] Imperial parameter removed
This commit is contained in:
parent
75999c06d7
commit
79e727a149
6 changed files with 6 additions and 28 deletions
|
@ -339,7 +339,6 @@ static int luaGetGeneralSettings(lua_State *L)
|
|||
lua_newtable(L);
|
||||
lua_pushtablenumber(L, "battMin", double(90+g_eeGeneral.vBatMin)/10);
|
||||
lua_pushtablenumber(L, "battMax", double(120+g_eeGeneral.vBatMax)/10);
|
||||
lua_pushtableinteger(L, "imperial", g_eeGeneral.imperial);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue