We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35ae233 commit e3481abCopy full SHA for e3481ab
pyproject.toml
@@ -76,6 +76,7 @@ ardupilot_methodic_configurator = "ardupilot_methodic_configurator.__main__:main
76
extract_param_defaults = "ardupilot_methodic_configurator.extract_param_defaults:main"
77
annotate_params = "ardupilot_methodic_configurator.annotate_params:main"
78
param_pid_adjustment_update = "ardupilot_methodic_configurator.param_pid_adjustment_update:main"
79
+mavftp = "ardupilot_methodic_configurator.backend_mavftp:main"
80
81
[project.urls]
82
homepage = "https://github.com/ArduPilot/MethodicConfigurator"
0 commit comments