From 12c03e0f5bdbe40f7a975f011ee9e804345df147 Mon Sep 17 00:00:00 2001 From: rishabsingh3003 Date: Fri, 7 Nov 2025 13:50:27 -0500 Subject: [PATCH] AntennaTracker: Fix release notes for copter scripting rate control --- AntennaTracker/ReleaseNotes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AntennaTracker/ReleaseNotes.txt b/AntennaTracker/ReleaseNotes.txt index 3b70223674..2b840707a8 100644 --- a/AntennaTracker/ReleaseNotes.txt +++ b/AntennaTracker/ReleaseNotes.txt @@ -685,7 +685,7 @@ Changes from 4.5.7 - Scripts may receive mavlink messages which fail CRC (e.g messages which FC does not understand) - SD card formatting supported - Serial device simulation support (allows Lua to feed data to any supported serial protocol for e.g. sensor simulation) -- set_target_throttle_rate_rpy allows rate control from scripts (new for Copter) +- set_target_rate_and_throttle allows rate control from scripts (new for Copter) - sitl_standby_sim.lua example shows how to switch between redundant flight controllers using an RC switch - Slung payload oscillation suppression applet added (see copter-slung-payload.lua) - Temperature sensor bindings added