Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/sw 256 backport fix servo assignments 128 #163

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ArduPlane/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 5.1.4 20th June 2024
------------------------------
- Backport APD F120 ESCX changes
- Backport Fix servo assignments

Release 5.1.3 29th May 2024
------------------------------
- Volanti-M5 CPN added Range Finder Support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ SERVO2_FUNCTION 34 @READONLY
SERVO3_FUNCTION 35 @READONLY
SERVO4_FUNCTION 36 @READONLY
SERVO5_FUNCTION 70 @READONLY
SERVO7_FUNCTION 21 @READONLY
SERVO6_FUNCTION 19 @READONLY
SERVO8_FUNCTION -1 @READONLY
SERVO9_FUNCTION 94 @READONLY
SERVO10_FUNCTION 4 @READONLY
SERVO11_FUNCTION 19 @READONLY
SERVO11_FUNCTION 21 @READONLY
EK3_ENABLE 1 @READONLY
BRD_SAFETYOPTION 3 @READONLY
BATT2_TYPE 28 @READONLY
Expand Down
Loading