Skip to content

Commit

Permalink
CxPilot-5.2.5 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong13 authored and loki077 committed Nov 26, 2024
1 parent 79d3899 commit bcb8ede
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release 5.2.5 26th November 2024
--------------------------------
This release is a safety critical tuning patch for Volanti to address recent
filter lag issues.

- Volanti-specific changes:
- Changes to filters and tune.
- Pilots may notice a small visible vibration in the tail in hover flight.
This is normal and expected.
- Position hold in gusty conditions should be significantly improved.
- Aircraft can now achieve its bank limit of 40 degrees. Previously, an
unnecessary stall prevention feature was silently reducing the bank limit.

Technical:
- Increase timeout for BLHeli telemetry
- Add error counting in BLHeli driver

Release 5.2.4 9th October 2024
------------------------------
This release includes a patch to fix Ottano default param CAN servo bitmask.
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Common/CxVersion.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifdef CARBOPILOT
#ifndef AP_CUSTOM_FIRMWARE_STRING
#define AP_CUSTOM_FIRMWARE_STRING "CxPilot-5.2.4"
#define AP_CUSTOM_FIRMWARE_STRING "CxPilot-5.2.5"
#endif
#endif

0 comments on commit bcb8ede

Please sign in to comment.