Skip to content

Commit 025de07

Browse files
committed
IMPROVEMENT: Add "from the top" explicitly to the instructions loop
1 parent 0d88d13 commit 025de07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MethodicConfigurator/frontend_tkinter_parameter_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def __please_read_the_docs(parent: tk.Tk):
321321
instructions_text.insert(tk.END, "4. Press the ")
322322
instructions_text.insert(tk.END, "Upload selected params to FC, and advance to next param file", "italic")
323323
instructions_text.insert(tk.END, " button\n")
324-
instructions_text.insert(tk.END, "5. Repeat until the program automatically closes")
324+
instructions_text.insert(tk.END, "5. Repeat from the top until the program automatically closes")
325325
instructions_text.config(state=tk.DISABLED)
326326

327327
dismiss_button = ttk.Button(welcome_window.main_frame, text="Dismiss",

QUICKSTART.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Now do this in a loop until the software automatically closes or you are asked t
6969
- Edit the parameter's *New value* and *Reason changed* fields to match your vehicle (marked with the big red number 5),
7070
- Press *Del* and/or *Add* buttons to delete or add parameters respectively (marked with the big red number 5),
7171
- Press *Upload selected params to FC, and advance to next param file* (marked with the big red number 7),
72-
- Repeat until the program automatically closes.
72+
- Repeat from the top until the program automatically closes.
7373

7474
## 6. Use the *ArduPilot Methodic Configurator* software after having created a vehicle from template
7575

0 commit comments

Comments
 (0)