Skip to content

Commit

Permalink
IMPROVEMENT: Add "from the top" explicitly to the instructions loop
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 13, 2024
1 parent 0d88d13 commit 025de07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MethodicConfigurator/frontend_tkinter_parameter_editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion QUICKSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 025de07

Please sign in to comment.