mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
cleanups
This commit is contained in:
parent
3bcc8c9d44
commit
ae4a80f4be
3 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue