Skip to content

Commit

Permalink
CxPilot-5.2.2 Release
Browse files Browse the repository at this point in the history
SW-343
  • Loading branch information
robertlong13 committed Sep 6, 2024
1 parent 80dfb99 commit e16db8d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
Release 5.2.2 5th September 2024
------------------------------
This release is purely Ottano-specific bug-fixes and parameter configs. This is
the first functional release of CxPilot-5.2 for Ottano.

- Ottano-specific changes:
- Copied latest tune from O9
- Changed QHover to QLoiter on the Taranis
- Fixed logging bug that prevented CHT2 from being logged

Technical:
- AP_UAVCAN: upadte_rpm pass error_count [SW-329](https://carbonix.atlassian.net/browse/SW-329)
- EFI : correct hirth EFI log messages [SW-310](https://carbonix.atlassian.net/browse/SW-310)
- Common Defaults: FLTMODE4 change to QLOITER [SW-263](https://carbonix.atlassian.net/browse/SW-263)
- Ottano Defaults: Safety Mask Add Engine (M5) [SW-263](https://carbonix.atlassian.net/browse/SW-263)
- Ottano Defaults: Default Enabling INS Logging [SW-263](https://carbonix.atlassian.net/browse/SW-263)
- Ottano Defaults: Tuning changes defaulted [SW-263](https://carbonix.atlassian.net/browse/SW-263)
- HWDEF : enable APD HVPro Telem for Ottano [SW-339](https://carbonix.atlassian.net/browse/SW-339)
- CarbonixF405: enable battery/fuel monitor [SW-344](https://carbonix.atlassian.net/browse/SW-344)
- Ottano-M5: configure fuel monitor [SW-344](https://carbonix.atlassian.net/browse/SW-344)
- Ottano-M1-M4: add ESC_NUMBER [SW-345](https://carbonix.atlassian.net/browse/SW-345)
- Ottano-M5: remove ESC params [SW-345](https://carbonix.atlassian.net/browse/SW-345)
- Ottano-M5: fix RNGFND_PORT [SW-345](https://carbonix.atlassian.net/browse/SW-345)

Release 5.2.1 25th July 2024
------------------------------
- Volanti specific changes
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.1"
#define AP_CUSTOM_FIRMWARE_STRING "CxPilot-5.2.2"
#endif
#endif

0 comments on commit e16db8d

Please sign in to comment.