From 025de077fd335f43e7c44bbea7be11e350de9f3d Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Fri, 14 Jun 2024 00:04:24 +0200 Subject: [PATCH] IMPROVEMENT: Add "from the top" explicitly to the instructions loop --- MethodicConfigurator/frontend_tkinter_parameter_editor.py | 2 +- QUICKSTART.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MethodicConfigurator/frontend_tkinter_parameter_editor.py b/MethodicConfigurator/frontend_tkinter_parameter_editor.py index 6fc5fcf..7ae570a 100644 --- a/MethodicConfigurator/frontend_tkinter_parameter_editor.py +++ b/MethodicConfigurator/frontend_tkinter_parameter_editor.py @@ -321,7 +321,7 @@ def __please_read_the_docs(parent: tk.Tk): instructions_text.insert(tk.END, "4. Press the ") instructions_text.insert(tk.END, "Upload selected params to FC, and advance to next param file", "italic") instructions_text.insert(tk.END, " button\n") - instructions_text.insert(tk.END, "5. Repeat until the program automatically closes") + instructions_text.insert(tk.END, "5. Repeat from the top until the program automatically closes") instructions_text.config(state=tk.DISABLED) dismiss_button = ttk.Button(welcome_window.main_frame, text="Dismiss", diff --git a/QUICKSTART.md b/QUICKSTART.md index 24637c5..54041cf 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -69,7 +69,7 @@ Now do this in a loop until the software automatically closes or you are asked t - Edit the parameter's *New value* and *Reason changed* fields to match your vehicle (marked with the big red number 5), - Press *Del* and/or *Add* buttons to delete or add parameters respectively (marked with the big red number 5), - Press *Upload selected params to FC, and advance to next param file* (marked with the big red number 7), -- Repeat until the program automatically closes. +- Repeat from the top until the program automatically closes. ## 6. Use the *ArduPilot Methodic Configurator* software after having created a vehicle from template