Skip to content

Commit 1cb3ac1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e8d2a89 commit 1cb3ac1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ardupilot_methodic_configurator/frontend_tkinter_component_editor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ def _on_esc_fc_protocol_recompute(self, current_telem_type: str) -> None:
231231
widget.update_idletasks()
232232

233233
def _on_esc_fc_protocol_changed(self, new_protocol: str) -> None:
234-
"""Handle FC->ESC protocol changes.
234+
"""
235+
Handle FC->ESC protocol changes.
235236
236237
When ``is_esc_telemetry_protocol_mirrored()`` is true, mirror the FC->ESC
237238
Protocol into ESC->FC Telemetry. Otherwise, recompute and validate the

0 commit comments

Comments
 (0)