From a4762009f973305e67ba609f56b997476c6e6d93 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 3 Oct 2022 09:23:31 +1100 Subject: [PATCH] Plane: added release notes for 4.3.0beta2 --- ArduPlane/ReleaseNotes.txt | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/ArduPlane/ReleaseNotes.txt b/ArduPlane/ReleaseNotes.txt index d69a9344aa..0531df49f5 100644 --- a/ArduPlane/ReleaseNotes.txt +++ b/ArduPlane/ReleaseNotes.txt @@ -1,3 +1,44 @@ +Release 4.3.0beta2 3rd Oct 2022 +------------------------------- + +This is the second beta of the 4.3.0 stable release. Changes since +beta1 are: + + - fixes for VideoTX, fixing buffer overrun and tramp handling + - fixed spurious error about sending RPM when RPM disabled + - fixed an EKF3 lane switch issue that can cause incorrect height with dual GPS + - fixed mission cmd to mission int initialisation error + - fixed mission jump tracking init on startup + - fixed OSD view roll/pitch error for tailsitters + - added SkystarsH7HD-bdshot + - fixed SkystarsH7HD VTX control + - reduced memory usage on MatekF405-CAN board + - disable SLCAN when armed to reduce CPU load + - enable CAN battery mon on CUAV V6X by default + - added arming check for Q_M_SPIN_MIN value too high + - fixed reporting of RPM from harmonic notch + - improved handling of airspeed errors and airspeed auto disable + - fixed SERVO_AUTO_TRIM for multiple outputs of same type + - fixed auto baud rate detection on SBF/GSOF/NOVA GPS + - increased max board name length for mavlink statustext to 23 + - fixed incorrect disable of notches for non-throttle notch + - added notch filter slew limit to reduce notch errors + - added ARMING_OPTIONS to control display of pre-arm errors + - several OSD fixes for params, font and resolution + - support PWM type transmission for CAN PWM output + - support Currawong ECU as EFI backend + - support lua scripts for EFI backends + - implement SkyPower and HFE CAN EFI lua scripts + - improved speed of log download with dataflash block backends + - disabled all GPS drivers except uBlox and NMEA on Pixhawk1-1M to save flash + - disabled all GPS drivers except uBlox on MatekF405-bdshot and omnibusf4pro-bdshot + - fixed FFT indexing bug + - added USART2 for AIRLink + - allow reset to default airspeed using mission item DO_CHANGE_SPEED + +Happy flying! + + Release 4.3.0beta1 13th Sep 2022 --------------------------------