Skip to content

Commit

Permalink
extend menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ufechner7 committed Sep 7, 2024
1 parent f290da1 commit 7d1ccb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/menu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ using REPL.TerminalMenus
options = ["autopilot_1p = include(\"autopilot_1p.jl\")",
"autopilot_4p = include(\"autopilot.jl\")",
"joystick = include(\"joystick.jl\")",
"minipilot.jl = include(\"minipilot.jl\")",
"minipilot_12.jl = include(\"minipilot_12.jl\")",
"quit"]

function menu()
Expand Down

0 comments on commit 7d1ccb3

Please sign in to comment.