From ac0d089fdc1953c8958f52e25181bf054be8bd8d Mon Sep 17 00:00:00 2001 From: murata Date: Sun, 6 Feb 2022 22:40:54 +0900 Subject: [PATCH] GCSViews: FLOWHOLD and ZIGZAG support simple mode --- GCSViews/ConfigurationView/ConfigFlightModes.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GCSViews/ConfigurationView/ConfigFlightModes.cs b/GCSViews/ConfigurationView/ConfigFlightModes.cs index f14c8c1cf1..d22ffb660f 100644 --- a/GCSViews/ConfigurationView/ConfigFlightModes.cs +++ b/GCSViews/ConfigurationView/ConfigFlightModes.cs @@ -420,7 +420,8 @@ private void flightmode_SelectedIndexChanged(object sender, EventArgs e) currentmode.Contains("autotune") || currentmode.Contains("land") || currentmode.Contains("loiter") || currentmode.Contains("ofloiter") || currentmode.Contains("poshold") || currentmode.Contains("rtl") || - currentmode.Contains("sport") || currentmode.Contains("stabilize")) + currentmode.Contains("sport") || currentmode.Contains("stabilize") || + currentmode.Contains("flowhold") || currentmode.Contains("zigzag")) { //CMB_fmode1 //CB_simple1