Skip to content

Commit

Permalink
CxPilot 5.1.0 Release (Production Release)
Browse files Browse the repository at this point in the history
SW-117
  • Loading branch information
loki077 committed Mar 12, 2024
1 parent f9435d2 commit b12e3f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Release 5.1.0-beta1 5th March 2024
Release 5.1.0 12th March 2024
------------------------------
- AP_Scripting: Added Lua bindings for ESC, MotorsMatrix, and EFI safety checks.
- AP_EFI: Added ThM to EFIS log for better engine log understanding and updated field names for 64-character length.
Expand All @@ -8,6 +8,8 @@ Release 5.1.0-beta1 5th March 2024
- Workflow: Deleted test_coverage CI due to consistent failures that do not affect the code base (SW-91).
- Module: libcanard link updated to Carbonix Fork of the repo
- Module: libcanard bug fix cherry picked commit : ensure payload_len is zeroed on start of a new multi-frame packet
- AP_Scripting: added QUIK_MAX_REDUCE parameter to VTOL-quicktune.lua for limiting amount reduction in rate gains
- AP_Scripting: VTOL_Quicktune.lua Bug Fix prevent "Starting XXX tune" happening multiple times on Msg box

Release 5.0.0 23rd Jan 2024
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_Common/AP_FWVersionDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <AP_Vehicle/AP_Vehicle_Type.h>

#ifdef CARBOPILOT
#define AP_CUSTOM_FIRMWARE_STRING "CxPilot 5.1.0-beta1"
#define AP_CUSTOM_FIRMWARE_STRING "CxPilot 5.1.0"
#endif

/*
Expand Down

0 comments on commit b12e3f3

Please sign in to comment.