We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16c7845 commit e4e3015Copy full SHA for e4e3015
1 file changed
ardupilot_methodic_configurator/configuration_steps_strings.py
@@ -249,6 +249,7 @@ def configuration_steps_strings() -> None: # noqa: PLR0915 # pylint: disable=to
249
_config_steps_strings = _("Autotune roll axis")
250
_config_steps_strings = _("Autotune yaw D axis")
251
_config_steps_strings = _("Autotune yaw axis")
252
+ _config_steps_strings = _("Because ALTHOLD flight mode was used for more than 30 seconds to correctly learn the MOT_THST_HOVER value")
253
_config_steps_strings = _("Critical failsafe voltage x nr. of cells")
254
_config_steps_strings = _("Defined in component editor")
255
_config_steps_strings = _("Derived from vehicle component editor propeller size")
0 commit comments