From 672a669f2f24b13f7ba1a940dfd5c595638c228c Mon Sep 17 00:00:00 2001 From: Uwe Fechner Date: Sat, 7 Sep 2024 12:58:21 +0200 Subject: [PATCH] update menu.jl --- examples/menu.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/menu.jl b/examples/menu.jl index 6c96d05b..3eccab4d 100644 --- a/examples/menu.jl +++ b/examples/menu.jl @@ -1,7 +1,7 @@ using REPL.TerminalMenus options = ["autopilot_1p = include(\"autopilot_1p.jl\")", - "autopilot = include(\"autopilot.jl\")", + "autopilot_4p = include(\"autopilot.jl\")", "quit"] function menu()