Skip to content

Commit

Permalink
ArdupilotManager: use stable-4.5.0 version for built-in firmware defa…
Browse files Browse the repository at this point in the history
…ults
  • Loading branch information
Williangalvani committed Oct 4, 2024
1 parent 73f41fb commit 556ce2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/services/ardupilot_manager/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
StaticFile(
defaults_folder,
"ardupilot_navigator",
"https://firmware.ardupilot.org/Sub/stable-4.1.2/navigator/ardusub",
"https://firmware.ardupilot.org/Sub/stable-4.5.0/navigator/ardusub",
),
StaticFile(
defaults_folder,
"ardupilot_navigator",
"https://firmware.ardupilot.org/Sub/latest/navigator64/ardusub",
"https://firmware.ardupilot.org/Sub/stable-4.5.0/navigator64/ardusub",
),
StaticFile(defaults_folder, "ardupilot_pixhawk1", "https://firmware.ardupilot.org/Sub/latest/Pixhawk1/ardusub.apj"),
StaticFile(defaults_folder, "ardupilot_pixhawk4", "https://firmware.ardupilot.org/Sub/latest/Pixhawk4/ardusub.apj"),
StaticFile(defaults_folder, "ardupilot_pixhawk1", "https://firmware.ardupilot.org/Sub/stable-4.5.0/Pixhawk1/ardusub.apj"),
StaticFile(defaults_folder, "ardupilot_pixhawk4", "https://firmware.ardupilot.org/Sub/stable-4.5.0/Pixhawk4/ardusub.apj"),
]

for file in static_files:
Expand Down

0 comments on commit 556ce2c

Please sign in to comment.