mirror of
https://github.com/opentx/opentx.git
synced 2025-07-16 12:55:12 +03:00
parent
5b516b8287
commit
39f29860c9
13 changed files with 151 additions and 172 deletions
|
@ -785,7 +785,7 @@ This is just a hardware pass/fail measure and does not represent the quality of
|
|||
static int luaGetRAS(lua_State * L)
|
||||
{
|
||||
if (isRasValueValid()) {
|
||||
lua_pushinteger(L, telemetryData.swrInternal.value);
|
||||
lua_pushinteger(L, telemetryData.swrInternal.value());
|
||||
}
|
||||
else {
|
||||
lua_pushnil(L);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue