diff --git a/ArduCopter/ReleaseNotes.txt b/ArduCopter/ReleaseNotes.txt index a68ebf36fe..4812cee2cc 100644 --- a/ArduCopter/ReleaseNotes.txt +++ b/ArduCopter/ReleaseNotes.txt @@ -1,5 +1,19 @@ ArduPilot Copter Release Notes: ------------------------------------------------------------------ +Copter 4.0.5-rc1 02-Oct-2020 +Changes from 4.0.4 +1) Bug fixes: + a) Acro expo calculation fix (fixes sluggish behaviour) + b) F32Lightening board IMU fast sampling fix + c) GPS minimum accuracy added to protect EKF from unrealistic values + d) KakuteF7/mini DShot glitch fix + e) RC input gets additional protection against out-of-range inputs (RCx_MAX) + f) RC_OPTION = 4 fix on boards with IOMCU (Pixhawk, etc). This allows ignoring SBUS failsafes +2) Small enhancements: + a) Linux boards accept up to 16 RC inputs when using UDP + b) Protect against two many interrupts from RPM sensor, etc + c) RM3100 compass support for probing all four I2C addresses +------------------------------------------------------------------ Copter 4.0.4 16-Sep-2020 Changes from 4.0.4-rc4 1) Matek H743, 765-Wing and F405-Wing get DPS310 Baro support