diff --git a/ArduPlane/ArduPlane.cpp b/ArduPlane/ArduPlane.cpp index 8eb32848e8..137a895f2e 100644 --- a/ArduPlane/ArduPlane.cpp +++ b/ArduPlane/ArduPlane.cpp @@ -217,6 +217,10 @@ void Plane::update_speed_height(void) } #endif + if (auto_state.idle_mode) { + should_run_tecs = false; + } + #if AP_PLANE_GLIDER_PULLUP_ENABLED if (mode_auto.in_pullup()) { should_run_tecs = false;