From 7bb6944d3f7670ec4653cc89a6e59f55c12db525 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 16 Feb 2024 07:30:11 +1100 Subject: [PATCH] for sprung throttles the user should center the throttle it would be even better if there was a tick-box for sprung throttle and it automatically set the right option bit for the vehicle type. For example, on plane you would set FLIGHT_OPTIONS bit 10. --- GCSViews/ConfigurationView/ConfigRadioInput.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GCSViews/ConfigurationView/ConfigRadioInput.cs b/GCSViews/ConfigurationView/ConfigRadioInput.cs index 7c7b9dc845..86a50a58aa 100644 --- a/GCSViews/ConfigurationView/ConfigRadioInput.cs +++ b/GCSViews/ConfigurationView/ConfigRadioInput.cs @@ -328,7 +328,7 @@ private void BUT_Calibrateradio_Click(object sender, EventArgs e) return; } - CustomMessageBox.Show("Ensure all your sticks are centered and throttle is down, and click ok to continue"); + CustomMessageBox.Show("Ensure all your sticks are centered and throttle is down, and click ok to continue\nIf you have a sprung throttle then center it and click ok"); MainV2.comPort.MAV.cs.UpdateCurrentSettings(currentStateBindingSource.UpdateDataSource(MainV2.comPort.MAV.cs), true, MainV2.comPort);