From 181fca5ecf3bff708cfee5148658714d24779c34 Mon Sep 17 00:00:00 2001 From: "Dr.-Ing. Amilcar do Carmo Lucas" Date: Mon, 18 Nov 2024 21:00:23 +0100 Subject: [PATCH] IMPROVEMENT: make testing faster --- .vscode/launch.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 4867d00f..1eec327e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -30,9 +30,10 @@ "program": "MethodicConfigurator/ardupilot_methodic_configurator.py", "args": [ "--allow-editing-template-files", - "--device=test", + "--device=none", "--skip-component-editor", - "--vehicle-dir=C:\\Users\\amilc\\Documents\\iav\\ardupilot_methodic_configurator\\MethodicConfigurator\\vehicle_templates\\ArduCopter\\FETtec-5" + "--n=7", + "--vehicle-dir=D:\\Projekte\\Multicopter\\MethodicConfigurator\\MethodicConfigurator\\vehicle_templates\\ArduCopter\\diatone_taycan_mxc\\4.6.x-params" ], } ]