We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81391a3 commit 181fca5Copy full SHA for 181fca5
.vscode/launch.json
@@ -30,9 +30,10 @@
30
"program": "MethodicConfigurator/ardupilot_methodic_configurator.py",
31
"args": [
32
"--allow-editing-template-files",
33
- "--device=test",
+ "--device=none",
34
"--skip-component-editor",
35
- "--vehicle-dir=C:\\Users\\amilc\\Documents\\iav\\ardupilot_methodic_configurator\\MethodicConfigurator\\vehicle_templates\\ArduCopter\\FETtec-5"
+ "--n=7",
36
+ "--vehicle-dir=D:\\Projekte\\Multicopter\\MethodicConfigurator\\MethodicConfigurator\\vehicle_templates\\ArduCopter\\diatone_taycan_mxc\\4.6.x-params"
37
],
38
}
39
]
0 commit comments