1
0
Fork 0
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:
bsongis 2015-03-31 19:42:22 +02:00
parent 75999c06d7
commit 79e727a149
6 changed files with 6 additions and 28 deletions

View file

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