1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00

Bsongis/telemetry clean session (#6597)

Telemetry cleaning session
This commit is contained in:
Bertrand Songis 2019-08-02 21:31:03 +02:00 committed by GitHub
parent 5b516b8287
commit 39f29860c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 151 additions and 172 deletions

View file

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