diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 8a250572ac..d2c58179b3 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -766,6 +766,7 @@ class AutoTestPlane(AutoTest): "RC%u_OPTION" % flaps_ch: 208, # Flaps RCx_OPTION "LAND_FLAP_PERCNT": 50, "LOG_DISARMED": 1, + "RTL_AUTOLAND": 1, "RC%u_MIN" % flaps_ch: flaps_ch_min, "RC%u_MAX" % flaps_ch: flaps_ch_max,