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.0beta3 Release #248

Merged
merged 2 commits into from
Nov 14, 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
16 changes: 13 additions & 3 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
Release 7.0.0beta3 14th November 2024
------------------------------------------------------------------
This release adds a minor ESC telemetry fix and debugging information

Technical
- Increase timeout for BLHeli telemetry
- Add error counting in BLHeli driver
- A7R payload no longer sets GPS altitude to ellipsoid

Release 7.0.0beta2 11th November 2024
------------------------------------------------------------------
This release fixes issues identified during PIQC and also other minor config changes as listed below :
This release mainly fixes technical issues identified during PIQC

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
- Fixed missing features that didn't carry over from Cx5
- Max retrials for engine
- cx_vtol_info.lua script was missing for CubeOrangePlus

Release 7.0.0beta1 1st November 2024
------------------------------------------------------------------
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.0beta2"
define AP_CUSTOM_FIRMWARE_STRING "CxPilot-7.0.0beta3"
Loading