Skip to content

Commit

Permalink
Merge pull request #32 from iNavFlight/t12_menu_long
Browse files Browse the repository at this point in the history
T12 menu long press
  • Loading branch information
stronnag authored Jan 25, 2022
2 parents 152a699 + fbf049a commit 8404e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SCRIPTS/TELEMETRY/iNav.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- Docs: https://github.com/iNavFlight/OpenTX-Telemetry-Widget

local zone, options = ...
local VERSION = "2.0.2-rc3"
local VERSION = "2.0.2-rc4"
local FILE_PATH = "/SCRIPTS/TELEMETRY/iNav/"
local SMLCD = LCD_W < 212
local HORUS = LCD_W >= 480 or LCD_H >= 480
Expand Down
2 changes: 1 addition & 1 deletion src/SCRIPTS/TELEMETRY/iNav/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if tx == "xl" then
elseif HORUS then
MENU = EVT_SYS_FIRST
elseif string.sub(r, 0, 3) == "t12" then
MENU = EVT_VIRTUAL_PREV
MENU = EVT_VIRTUAL_MENU_LONG
elseif string.sub(r,0,5) == "tlite" then
MENU = EVT_VIRTUAL_MENU_LONG
else
Expand Down

0 comments on commit 8404e35

Please sign in to comment.