Skip to content

Commit 73a8f5d

Browse files
committed
FEATURE: Update for ArduCopter 4.5.5 release
1 parent 7757050 commit 73a8f5d

File tree

115 files changed

+17
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+17
-17
lines changed

BLOG-discuss1.md

Lines changed: 1 addition & 1 deletion

MethodicConfigurator/backend_filesystem_program_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def get_templates_base_dir():
202202
@staticmethod
203203
def get_recently_used_dirs():
204204
template_default_dir = os_path.join(ProgramSettings.get_templates_base_dir(),
205-
"ArduCopter", "diatone_taycan_mxc", "4.5.3-params")
205+
"ArduCopter", "diatone_taycan_mxc", "4.5.x-params")
206206

207207
settings_directory = ProgramSettings.__user_config_dir()
208208
vehicles_default_dir = os_path.join(settings_directory, "vehicles")

USERMANUAL.md

Lines changed: 1 addition & 1 deletion

install_windows.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ setlocal enabledelayedexpansion
2525
for %%f in (
2626
4.3.8-params
2727
4.4.4-params
28-
4.5.3-params
29-
4.6.0-DEV-params
28+
4.5.x-params
29+
4.6.x-params
3030
) do (
3131
set "src=apm.pdef.%%f.xml"
3232
set "dest=vehicle_templates\ArduCopter\diatone_taycan_mxc\%%f\apm.pdef.xml"

package.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
del /Q dist\*
22

3-
rem python3.11.exe -m PyInstaller --onefile --noconfirm --add-data "4.4.4-test-params\00_default.param;4.4.4-test-params" --add-data "apm.pdef.xml;." --add-data "apm.pdef.4.3.8-params.xml;." --add-data "apm.pdef.4.4.4-params.xml;." --add-data "apm.pdef.4.5.3-params.xml;." --add-data "apm.pdef.4.6.0-DEV-params.xml;." --add-data "ArduPilot_icon.png;." --add-data "ArduCopter_configuration_steps.json;." ardupilot_methodic_configurator.py
3+
rem python3.11.exe -m PyInstaller --onefile --noconfirm --add-data "4.4.4-test-params\00_default.param;4.4.4-test-params" --add-data "apm.pdef.xml;." --add-data "apm.pdef.4.3.8-params.xml;." --add-data "apm.pdef.4.4.4-params.xml;." --add-data "apm.pdef.4.5.x-params.xml;." --add-data "apm.pdef.4.6.x-params.xml;." --add-data "ArduPilot_icon.png;." --add-data "ArduCopter_configuration_steps.json;." ardupilot_methodic_configurator.py
44
python3.11.exe -m PyInstaller --onefile --noconfirm MethodicConfigurator\ardupilot_methodic_configurator.py
55
md dist\4.4.4-test-params
66
copy 4.4.4-test-params\00_default.param dist\4.4.4-test-params
77
copy apm.pdef.4.3.8-params.xml dist
88
copy apm.pdef.4.4.4-params.xml dist
9-
copy apm.pdef.4.5.3-params.xml dist
10-
copy apm.pdef.4.6.0-DEV-params.xml dist
9+
copy apm.pdef.4.5.x-params.xml dist
10+
copy apm.pdef.4.6.x-params.xml dist
1111
copy ArduCopter_configuration_steps.json dist
1212
copy ArduPlane_configuration_steps.json dist
1313
xcopy /E /I /Y vehicle_templates\ArduCopter\diatone_taycan_mxc\4.3.8-params dist\4.3.8-params
1414
xcopy /E /I /Y vehicle_templates\ArduCopter\diatone_taycan_mxc\4.4.4-params dist\4.4.4-params
1515
xcopy /E /I /Y 4.4.4-test-params dist\4.4.4-test-params
16-
xcopy /E /I /Y vehicle_templates\ArduCopter\diatone_taycan_mxc\4.5.3-params dist\4.5.3-params
17-
xcopy /E /I /Y vehicle_templates\ArduCopter\diatone_taycan_mxc\4.6.0-DEV-params dist\4.6.0-DEV-params
16+
xcopy /E /I /Y vehicle_templates\ArduCopter\diatone_taycan_mxc\4.5.x-params dist\4.5.x-params
17+
xcopy /E /I /Y vehicle_templates\ArduCopter\diatone_taycan_mxc\4.6.x-params dist\4.6.x-params
1818
xcopy /E /I /Y images dist\images
1919
copy *.md dist
2020
copy MethodicConfigurator\*.png dist

0 commit comments

Comments
 (0)