Skip to content

Commit

Permalink
GCSViews: FLOWHOLD and ZIGZAG support simple mode
Browse files Browse the repository at this point in the history
  • Loading branch information
muramura authored and meee1 committed Feb 7, 2022
1 parent b99f3ec commit a0666c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GCSViews/ConfigurationView/ConfigFlightModes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0666c1

Please sign in to comment.