From 799a00e79f38a96a22c8783ab21186c406ae300e Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 21 Jan 2025 20:29:22 +0900 Subject: [PATCH] Tracker: 4.6.0-beta3 release notes --- AntennaTracker/ReleaseNotes.txt | 34 +++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/AntennaTracker/ReleaseNotes.txt b/AntennaTracker/ReleaseNotes.txt index dd7edf0a29..dc6b2245ce 100644 --- a/AntennaTracker/ReleaseNotes.txt +++ b/AntennaTracker/ReleaseNotes.txt @@ -1,5 +1,39 @@ Antenna Tracker Release Notes: ------------------------------------------------------------------ +Release 4.6.0-beta3 + +Changes from 4.6.0-beta2 + +1) Board specfic changes + +- AEROFOX-H7 support +- AET-H743-Basic support +- ESP32 memory initialisation fix +- MicoAir743AIO and MicoAir743v2 support +- OrqaF405Pro supports ICM42688 IMU +- TBS Lucid Pro support + +2) Plane related enhancements and bug fixes + +- RC aux channel option for C++ QuikTune +- TECs uses external HAGL (if available) for landing + +3) DDS/ROS2 pre-arm check and copter takeoff service + +4) Bug Fixes and minor enhancements + +- BATTx_OPTIONS param desc fixed +- BLHeli telemetry ESC index fixed on boards with IOMCU +- CAN manager logging critical race condition fixed (only occurred if CAN_LOGLEVEL was 1 or higher) +- DShot EDTv2 logging fixed +- ICM45686 IMU FIFO read rate fixed (could read unnecessarily quickly) +- LDRobot LD06 proximity driver prevents possible read buffer overrun +- LDRobot LD06 proximity driver averages over 2deg slices (was 12 deg) +- RunCam/OSD menu movements obey RC channel reversal +- Topotek camera gimbal pitch rate control direction fixed +- TradHeli AutoTune rate and accel limiting fixed +- VTOL-quiktune script gets QUIK_ANGLE_MAX to prevent bad oscillation if tuning algorithm fails +------------------------------------------------------------------ Release 4.6.0-beta2 11 Dec 2024 Changes from 4.6.0-beta1