Skip to content

Commit

Permalink
Merge pull request #67 from iNavFlight/commando8
Browse files Browse the repository at this point in the history
[IFlight Commando8] add menu entry key
  • Loading branch information
stronnag authored Apr 29, 2023
2 parents 394fa27 + ee19a39 commit 0fc8718
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SCRIPTS/TELEMETRY/iNav/data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ elseif string.sub(r,0,5) == "tlite" then
MENU = EVT_VIRTUAL_MENU_LONG
elseif string.sub(r,0,5) == "zorro" then
MENU = EVT_VIRTUAL_MENU_LONG
elseif string.sub(r,0,8) == "commando8" then
MENU = EVT_VIRTUAL_MENU_LONG
elseif string.sub(r,0,6) == "lr3pro" then
MENU = EVT_VIRTUAL_MENU_LONG
else
Expand Down

0 comments on commit 0fc8718

Please sign in to comment.