Skip to content

Commit

Permalink
CxPilot-5.2.0 Release
Browse files Browse the repository at this point in the history
SW-259
  • Loading branch information
loki077 committed Jun 21, 2024
1 parent 73a92e7 commit 4688fa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
19 changes: 5 additions & 14 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
Release 5.2.0-beta3 19th June 2024
------------------------------
Technical:
- AP_Param: fixed setting of defaults for dynamic param trees

Release 5.2.0-beta2 18th June 2024
------------------------------
Technical:
- Fix bug in CPN causing NaN currents for first 5 seconds of boot
- Default CPN15 to use legacy ESC telemetry
- Fix conflict/repetition between Common and Volanti params

Release 5.2.0-beta1 16th June 2024
Release 5.2.0 21th June 2024
------------------------------
- Added a prearm check for a crash dump file. If one is found, arming will be blocked by the prearm.
- Added prearm checks for cx_built_in_test script to warn about ESC failure.
Expand Down Expand Up @@ -69,7 +57,10 @@ Technical:
- Params: Enable terrain following if commanded by mission item for Auto and Guided #136 [SW-159](https://carbonix.atlassian.net/browse/SW-159)
- AP_Arming: force user to ack crashdump or get prearm failure #125 [SW-148](https://carbonix.atlassian.net/browse/SW-148)
- Tools: Added Python Script to decode and encode Devid #136 [SW-159](https://carbonix.atlassian.net/browse/SW-159)

- Fix bug in CPN causing NaN currents for first 5 seconds of boot
- Default CPN15 to use legacy ESC telemetry
- Fix conflict/repetition between Common and Volanti params
- AP_Param: fixed setting of defaults for dynamic param trees

Release 5.1.1 20th March 2024
------------------------------
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.0-beta3"
#define AP_CUSTOM_FIRMWARE_STRING "CxPilot-5.2.0"
#endif
#endif

0 comments on commit 4688fa5

Please sign in to comment.