1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00
This commit is contained in:
3djc 2019-08-30 07:48:09 +02:00
parent 3bcc8c9d44
commit ae4a80f4be
3 changed files with 0 additions and 3 deletions

View file

@ -406,7 +406,6 @@ local function refreshNext()
local time = getTime()
if fieldPopup then
if time > fieldTimeout then
local frame = { deviceId, 0xEA, fieldPopup.id }
crossfireTelemetryPush(0x2D, { deviceId, 0xEA, fieldPopup.id, 6 })
fieldTimeout = time + fieldPopup.timeout
end

View file

@ -401,7 +401,6 @@ local function refreshNext()
local time = getTime()
if fieldPopup then
if time > fieldTimeout then
local frame = { deviceId, 0xEA, fieldPopup.id }
crossfireTelemetryPush(0x2D, { deviceId, 0xEA, fieldPopup.id, 6 })
fieldTimeout = time + fieldPopup.timeout
end

View file

@ -401,7 +401,6 @@ local function refreshNext()
local time = getTime()
if fieldPopup then
if time > fieldTimeout then
local frame = { deviceId, 0xEA, fieldPopup.id }
crossfireTelemetryPush(0x2D, { deviceId, 0xEA, fieldPopup.id, 6 })
fieldTimeout = time + fieldPopup.timeout
end