Skip to content

Commit e3481ab

Browse files
committed
FEATURE: export mavftp as a command
Lets's users use it on the command line
1 parent 35ae233 commit e3481ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ ardupilot_methodic_configurator = "ardupilot_methodic_configurator.__main__:main
7676
extract_param_defaults = "ardupilot_methodic_configurator.extract_param_defaults:main"
7777
annotate_params = "ardupilot_methodic_configurator.annotate_params:main"
7878
param_pid_adjustment_update = "ardupilot_methodic_configurator.param_pid_adjustment_update:main"
79+
mavftp = "ardupilot_methodic_configurator.backend_mavftp:main"
7980

8081
[project.urls]
8182
homepage = "https://github.com/ArduPilot/MethodicConfigurator"

0 commit comments

Comments
 (0)