Skip to content

Commit

Permalink
CxPilot-5.2.4 Release
Browse files Browse the repository at this point in the history
SW-412
  • Loading branch information
loki077 authored and robertlong13 committed Oct 8, 2024
1 parent 1f95fa2 commit 4ae36c7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
Release 5.2.4 7th October 2024
------------------------------
This release includes a patch to fix Ottano default param CAN servo bitmask.
- Ottano-specific changes:
- CAN Servo Bitmask default fix to Servo 6,9,10 and 11.
- Ottano battery monitors configured to new scheme:
- 1:Combined VTOL battery monitor
- 2:Avionics/Crank battery
- 3:Fuel sensor
- 4-8: Additional monitors for logging [(more info)](https://carbonix.atlassian.net/wiki/spaces/OTTANO/pages/2651881473)

Technical
- Ottano Defaults: set CAN servo bit mask correctly
- Ottano Defaults: Battery monitor configuration

Release 5.2.3 2nd October 2024
------------------------------
This release includes a major patch for handling the Ottano engine and the
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.3"
#define AP_CUSTOM_FIRMWARE_STRING "CxPilot-5.2.4"
#endif
#endif

0 comments on commit 4ae36c7

Please sign in to comment.