Skip to content

Commit 0fc8718

Browse files
authored
Merge pull request #67 from iNavFlight/commando8
[IFlight Commando8] add menu entry key
2 parents 394fa27 + ee19a39 commit 0fc8718

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/SCRIPTS/TELEMETRY/iNav/data.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ elseif string.sub(r,0,5) == "tlite" then
2626
MENU = EVT_VIRTUAL_MENU_LONG
2727
elseif string.sub(r,0,5) == "zorro" then
2828
MENU = EVT_VIRTUAL_MENU_LONG
29+
elseif string.sub(r,0,8) == "commando8" then
30+
MENU = EVT_VIRTUAL_MENU_LONG
2931
elseif string.sub(r,0,6) == "lr3pro" then
3032
MENU = EVT_VIRTUAL_MENU_LONG
3133
else

0 commit comments

Comments
 (0)