Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CxPilot-7.0.0beta2 Release #243

Merged
merged 1 commit into from
Nov 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release 7.0.0beta2 11th November 2024
------------------------------------------------------------------
This release fixes issues identified during PIQC and also other minor config changes as listed below :

Fleetwide Changes
- STALL_PREVENTION is disabled
- Max retrials for engine retrials can be defined by setting param - STRT_MX_RTRY

Technical
- Default param for serial protocol for 4G
- cx_vtol_info.lua script is embedded into CubeOrangePlus firmware
Comment on lines +5 to +11
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Fleetwide Changes
- STALL_PREVENTION is disabled
- Max retrials for engine retrials can be defined by setting param - STRT_MX_RTRY
Technical
- Default param for serial protocol for 4G
- cx_vtol_info.lua script is embedded into CubeOrangePlus firmware
Fleetwide Changes
- STALL_PREVENTION is disabled
Technical
- Default param for serial protocol for 4G
- Fixed missing features that didn't carry over from Cx5
- Max retrials for engine
- cx_vtol_info.lua script was missing for CubeOrangePlus

And in the final Cx7 release notes, we'll delete this section about fixing missing stuff that didn't carry over.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR is merged. Could not merge the above changes.


Release 7.0.0beta1 1st November 2024
------------------------------
------------------------------------------------------------------
This release includes moving all CxPilot changes on top of ardupilot 4.5.6 release.

Fleetwide Changes
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/CarbonixCommon/version.inc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
define AP_CUSTOM_FIRMWARE_STRING "CxPilot-7.0.0beta1"
define AP_CUSTOM_FIRMWARE_STRING "CxPilot-7.0.0beta2"
Loading